Add /services and /careers routes to App.tsx
cgen-873935426f3a442f98b6e5329cf4c76f
This commit is contained in:
parent
b8183be52c
commit
a615c16d77
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ const App = () => (
|
|||
<Route path="/get-started" element={<GetStarted />} />
|
||||
<Route path="/opportunities" element={<Opportunities />} />
|
||||
<Route path="/explore" element={<Explore />} />
|
||||
<Route path="/services" element={<Services />} />
|
||||
<Route path="/careers" element={<Careers />} />
|
||||
|
||||
{/* Legal routes */}
|
||||
<Route path="/privacy" element={<Privacy />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue