This commit is contained in:
Vassshhh
2025-07-31 17:33:20 +07:00
parent 74fdca2007
commit 7a0a0983dd
4 changed files with 14 additions and 18 deletions

View File

@@ -167,7 +167,7 @@ function App() {
}
/>
<Route
path="/"
path="/products"
element={
<ProductsPage/>
}