We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e92410 + a72528f commit 3ec58f0Copy full SHA for 3ec58f0
1 file changed
dtunes/src/App.jsx
@@ -9,7 +9,7 @@ function App() {
9
return (
10
<>
11
<Routes>
12
- <Route path='/playlists/new/*' element={<OtherViewsMain requestedPath='/playlists/new' />}/>
+ {/* <Route path='/playlists/new/*' element={<OtherViewsMain requestedPath='/playlists/new' />}/> */}
13
<Route path='/songs/new/*' element={<OtherViewsMain requestedPath='/songs/new' />}/>
14
<Route path='/playlists/:id/add-song' element={<OtherViewsMain requestedPath='/playlists/:id/add-song'/>}/>
15
<Route path='/playlists/*' element={<OtherViewsMain requestedPath='/playlists' />}/>
0 commit comments