Register Opportunities route

cgen-3731a606e62c4510b35131a77e0c9721
This commit is contained in:
Builder.io 2025-10-14 04:08:50 +00:00
parent 3c7f4f508f
commit 40abca5df9

View file

@ -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 />} />