Skip to content

Commit 3ec58f0

Browse files
authored
Merge pull request #5 from skndash96/main
fix: remove add playlist route
2 parents 8e92410 + a72528f commit 3ec58f0

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)