3 Commits

Author SHA1 Message Date
7419f26c8a come back 2025-11-07 19:28:32 +04:00
48e0495596 V S Ё 2025-10-23 14:49:17 +04:00
6c0baf6e57 добавление отчетов 2025-10-23 13:18:14 +04:00
7 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ export default function App() {
<ToastContainer />
<BrowserRouter>
<Navbar />
<main style={{ flex: 1 }}>
<Routes>
<Route path="/" element={<IndexPage />} />
<Route path="/catalog" element={<CatalogPage />} />
@@ -30,7 +29,6 @@ export default function App() {
<Route path="/basket" element={<BasketPage />} />
<Route path="*" element={<ErrorPage/>}/>
</Routes>
</main>
<Footer />
</BrowserRouter>
</LikesProvider>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.