completionId: cgen-f7e4d237e7334b899723266e24919365
cgen-f7e4d237e7334b899723266e24919365
This commit is contained in:
parent
0b34f04030
commit
333b392025
1 changed files with 6 additions and 0 deletions
|
|
@ -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 />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue