Skip to content

Commit

Permalink
Your branch is up to date with 'origin/main'.
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   client/src/App.tsx
  • Loading branch information
Thith-thith committed Aug 7, 2023
1 parent f86a8fa commit 7069f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const App: Component = () => {
<Route path="/about-us" component={About} />
<Route path="/contact-us" component={Contact} />
<Route path="/cart" component={Cart} />
<Route path="/items" component={Products} />
<Route path="/products/:id?" component={ProductDetail} />
<Route path="/products" component={Products} />
<Route path="/products/:id" component={ProductDetail} />
<Route path="/news" component={News} />
<Route path="/news/:id?" component={SinglePageNews} />
<Route path="/favorite" component={Favorite} />
Expand Down

0 comments on commit 7069f4f

Please sign in to comment.