Register Opportunities route
cgen-3731a606e62c4510b35131a77e0c9721
This commit is contained in:
parent
3c7f4f508f
commit
40abca5df9
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ const App = () => (
|
|||
<Route path="/about" element={<About />} />
|
||||
<Route path="/contact" element={<Contact />} />
|
||||
<Route path="/get-started" element={<GetStarted />} />
|
||||
<Route path="/opportunities" element={<Opportunities />} />
|
||||
|
||||
{/* Legal routes */}
|
||||
<Route path="/privacy" element={<Privacy />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue