Layout refactoring, dependencies update

This commit is contained in:
2024-03-25 11:34:40 +01:00
parent bf2e24009e
commit 82ccb68a56
6 changed files with 174 additions and 182 deletions

View File

@@ -163,7 +163,7 @@ export default function Layout() {
<Outlet />
</Box>
</Box>
<Footer></Footer>
<Footer />
<Toaster />
</ThemeProvider>
)