Skip to content

Commit a72528f

Browse files
committed
fix: remove add playlist route
1 parent 1146a12 commit a72528f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dtunes/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function App() {
99
return (
1010
<>
1111
<Routes>
12-
<Route path='/playlists/new/*' element={<OtherViewsMain requestedPath='/playlists/new' />}/>
12+
{/* <Route path='/playlists/new/*' element={<OtherViewsMain requestedPath='/playlists/new' />}/> */}
1313
<Route path='/songs/new/*' element={<OtherViewsMain requestedPath='/songs/new' />}/>
1414
<Route path='/playlists/:id/add-song' element={<OtherViewsMain requestedPath='/playlists/:id/add-song'/>}/>
1515
<Route path='/playlists/*' element={<OtherViewsMain requestedPath='/playlists' />}/>

0 commit comments

Comments
 (0)