completionId: cgen-f7e4d237e7334b899723266e24919365

cgen-f7e4d237e7334b899723266e24919365
This commit is contained in:
Builder.io 2025-11-11 23:11:10 +00:00
parent 0b34f04030
commit 333b392025

View file

@ -522,6 +522,12 @@ const App = () => (
/>
<Route path="/community/:tabId" element={<Community />} />
{/* Ethos Guild Routes */}
<Route path="/ethos/library" element={<TrackLibrary />} />
<Route path="/ethos/artists/:userId" element={<ArtistProfile />} />
<Route path="/ethos/settings" element={<ArtistSettings />} />
<Route path="/ethos/licensing" element={<LicensingDashboard />} />
<Route path="/support" element={<Support />} />
<Route path="/status" element={<Status />} />
<Route path="/changelog" element={<Changelog />} />