Skip to content

Commit

Permalink
[ch68] Remove 'exact' from path
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksani authored and kimvcp committed Jan 29, 2021
1 parent 8e5d1d2 commit cee9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Routes() {
<Route exact path="/">
<Home />
</Route>
<Route exact path="/product-list">
<Route path="/product-list">
<ProductList />
</Route>
<Route path="/404">
Expand Down

0 comments on commit cee9fe0

Please sign in to comment.