Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacJReay committed Aug 25, 2023
1 parent 17339ab commit 3641a67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ const App: Component = () => {
<Route path="/about-us" component={About} />
<Route path="/contact-us" component={Contact} />
<Route path="/cart" component={Cart} />
<Route path="/products">
<Route path="/products" component={Products} />
{/* <Route path="/products">
<Route path="" component={Products} />
<Route path="/:id" component={ProductDetail} />
</Route>
</Route> */}
<Route path="/news" component={News} />
<Route path="/news/:id?" component={SinglePageNews} />
<Route path="/favorite" component={Favorite} />
Expand Down

0 comments on commit 3641a67

Please sign in to comment.