update frontend

This commit is contained in:
Your Name 2025-12-10 21:18:42 -05:00
parent dc9498cc7a
commit a255c97f44
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {