Skip to content

Commit 601f1fe

Browse files
committed
second
1 parent 1d612e4 commit 601f1fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dtunes/src/App.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ function App() {
99
return (
1010
<>
1111
<Routes>
12-
<Route path='/playlists/new/*' element={<OtherViewsMain requestedPath='/playlists/new' />}/>
1312
<Route path='/songs/new/*' element={<OtherViewsMain requestedPath='/songs/new' />}/>
1413
<Route path='/playlists/:id/add-song' element={<OtherViewsMain requestedPath='/playlists/:id/add-song'/>}/>
1514
<Route path='/playlists/*' element={<OtherViewsMain requestedPath='/playlists' />}/>
1615
<Route path='/songs/*' element={<OtherViewsMain requestedPath='/songs' />}/>
17-
<Route path='/users/new' element={<OtherViewsMain requestedPath='/users/new'/>}/>
1816
<Route path='*' element={<NormalWithContext/>} />
1917

2018
</Routes>

0 commit comments

Comments
 (0)