Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Nguyen committed Jul 5, 2023
1 parent 9c701e9 commit f5771a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const App = () => {
<Route path={'/'} element={<FrontPage />} />
<Route path={'/home'} element={<FrontPage />} />
<Route path="/products" element={<ProductsList />} />
<Route path="/products/" element={<ProductsList />} />
<Route path="/products/:category?/:id?" element={<ProductDetail />} />
<Route path="/carts" element={<Cart />} />
<Route path="/login" element={<LogUser />} />
Expand Down

0 comments on commit f5771a5

Please sign in to comment.