Add Ethos Guild community route

cgen-8fb4f10ab98c489f8b796c2af9b8b5c2
This commit is contained in:
Builder.io 2025-11-11 21:02:30 +00:00
parent 44551c5dc7
commit 4df7fc43dd

View file

@ -407,6 +407,10 @@ const App = () => (
path="/community/mentor/:username"
element={<MentorProfile />}
/>
<Route
path="/community/groups/ethos"
element={<EthosGuild />}
/>
<Route path="/community/:tabId" element={<Community />} />
<Route path="/support" element={<Support />} />