We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1146a12 commit a72528fCopy full SHA for a72528f
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