update frontend
This commit is contained in:
parent
dc9498cc7a
commit
a255c97f44
|
|
@ -7,7 +7,7 @@ const MapView = React.lazy(() => import("./components/Map/MapView"));
|
|||
const THEME_KEY = "sociowire:theme";
|
||||
|
||||
export default function App() {
|
||||
const [theme, setTheme] = useState("dark");
|
||||
const [theme, setTheme] = useState("blue");
|
||||
|
||||
// charge le thème au démarrage
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue