Register /explore route
cgen-8bfa39c00bc9480f81888e1e0c64ea7b
This commit is contained in:
parent
0cbbb750c1
commit
dde954aa2c
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ const App = () => (
|
|||
<Route path="/contact" element={<Contact />} />
|
||||
<Route path="/get-started" element={<GetStarted />} />
|
||||
<Route path="/opportunities" element={<Opportunities />} />
|
||||
<Route path="/explore" element={<Explore />} />
|
||||
|
||||
{/* Legal routes */}
|
||||
<Route path="/privacy" element={<Privacy />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue