This commit is contained in:
bipproduction
2025-11-25 10:51:44 +08:00
parent 6d5946cd68
commit 8d48aa8765
15 changed files with 897 additions and 164 deletions

View File

@@ -7,7 +7,7 @@ import AppRoutes from "./AppRoutes";
export function App() {
return (
<MantineProvider>
<MantineProvider defaultColorScheme="dark">
<Notifications />
<ModalsProvider>
<AppRoutes />