mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-23 23:10:34 +00:00
Use tabler-react-typescript, updated frontend deps
This commit is contained in:
@@ -13,8 +13,9 @@ export interface HealthContextType {
|
||||
}
|
||||
|
||||
const initalValue = null;
|
||||
const HealthContext =
|
||||
React.createContext<HealthContextType | null>(initalValue);
|
||||
const HealthContext = React.createContext<HealthContextType | null>(
|
||||
initalValue,
|
||||
);
|
||||
|
||||
interface Props {
|
||||
children: ReactNode;
|
||||
|
Reference in New Issue
Block a user