feat(web): polish sidebar shell and authentication UI
This commit is contained in:
@@ -3,6 +3,9 @@ import { createRoot } from "react-dom/client";
|
||||
import { BrowserRouter } from "react-router-dom";
|
||||
import "./index.css";
|
||||
import App from "./App.tsx";
|
||||
import { applyThemeMode, loadThemeMode } from "@/services/theme-storage";
|
||||
|
||||
applyThemeMode(loadThemeMode());
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user