Skip to content

Commit

Permalink
feat: groundwork
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 25, 2024
1 parent 2810894 commit 4e04b1e
Show file tree
Hide file tree
Showing 7 changed files with 539 additions and 362 deletions.
4 changes: 3 additions & 1 deletion src/pages/Markets/MarketsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ export const MarketsPage = () => {
<Route exact path={`${path}/recommended`}>
<Recommended />
</Route>
<Route exact path={`${path}/category/:category`}>
<Recommended />
</Route>
<Route path={`${path}/watchlist`}></Route>
<Route path={`${path}/categories`}></Route>
</Switch>
)
}
Loading

0 comments on commit 4e04b1e

Please sign in to comment.