completionId: cgen-b3367402393d4563bfbe64447101f130

cgen-b3367402393d4563bfbe64447101f130
This commit is contained in:
Builder.io 2025-11-17 02:58:25 +00:00
parent 04ccf2968f
commit 93b3150269

View file

@ -723,10 +723,6 @@ const App = () => (
path="/ethos/artists/:userId"
element={<ArtistProfile />}
/>
<Route
path="/ethos/artists/:identifier"
element={<ArtistProfile />}
/>
<Route
path="/ethos/settings"
element={<ArtistSettings />}