added notifications

This commit is contained in:
2025-01-29 21:23:57 -06:00
parent a4a038f8bc
commit c11cf8cfe7
5 changed files with 137 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { BrowserRouter } from "react-router";
createRoot(document.getElementById('root')!).render(
<StrictMode>
<BrowserRouter>
<App />
<App />
</BrowserRouter>
</StrictMode>,
)