Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/src/App.tsx
  • Loading branch information
Thith-thith committed Aug 7, 2023
1 parent 78a7d5a commit 7e94a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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" component={Products} />
<Route path="/products/:id?" component={ProductDetail} />
<Route path="/news" component={News} />
<Route path="/news/:id?" component={SinglePageNews} />
Expand Down

0 comments on commit 7e94a53

Please sign in to comment.