mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-16 20:59:51 +03:00
eslint
This commit is contained in:
@@ -7,7 +7,7 @@ export interface NetworkConnectionContextValue {
|
||||
deselectNetwork: () => void;
|
||||
}
|
||||
|
||||
const NetworkConnectionContextDefaultValue = {} as NetworkConnectionContextValue
|
||||
const NetworkConnectionContextDefaultValue = {} as NetworkConnectionContextValue;
|
||||
export const NetworkConnectionContext = React.createContext(
|
||||
NetworkConnectionContextDefaultValue
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user