We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec58f0 commit 0399861Copy full SHA for 0399861
dtunes/src/App.jsx
@@ -14,7 +14,6 @@ function App() {
14
<Route path='/playlists/:id/add-song' element={<OtherViewsMain requestedPath='/playlists/:id/add-song'/>}/>
15
<Route path='/playlists/*' element={<OtherViewsMain requestedPath='/playlists' />}/>
16
<Route path='/songs/*' element={<OtherViewsMain requestedPath='/songs' />}/>
17
- <Route path='/users/new' element={<OtherViewsMain requestedPath='/users/new'/>}/>
18
<Route path='*' element={<NormalWithContext/>} />
19
20
</Routes>
0 commit comments