completionId: cgen-686ea477f01e454ea3e87ccd795fd2f4
cgen-686ea477f01e454ea3e87ccd795fd2f4
This commit is contained in:
parent
9f317f73f7
commit
04ccf2968f
1 changed files with 4 additions and 0 deletions
|
|
@ -723,6 +723,10 @@ const App = () => (
|
|||
path="/ethos/artists/:userId"
|
||||
element={<ArtistProfile />}
|
||||
/>
|
||||
<Route
|
||||
path="/ethos/artists/:identifier"
|
||||
element={<ArtistProfile />}
|
||||
/>
|
||||
<Route
|
||||
path="/ethos/settings"
|
||||
element={<ArtistSettings />}
|
||||
|
|
|
|||
Loading…
Reference in a new issue