completionId: cgen-686ea477f01e454ea3e87ccd795fd2f4

cgen-686ea477f01e454ea3e87ccd795fd2f4
This commit is contained in:
Builder.io 2025-11-17 02:58:20 +00:00
parent 9f317f73f7
commit 04ccf2968f

View file

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