Skip to content

Commit 0399861

Browse files
committed
second
1 parent 3ec58f0 commit 0399861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dtunes/src/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function App() {
1414
<Route path='/playlists/:id/add-song' element={<OtherViewsMain requestedPath='/playlists/:id/add-song'/>}/>
1515
<Route path='/playlists/*' element={<OtherViewsMain requestedPath='/playlists' />}/>
1616
<Route path='/songs/*' element={<OtherViewsMain requestedPath='/songs' />}/>
17-
<Route path='/users/new' element={<OtherViewsMain requestedPath='/users/new'/>}/>
1817
<Route path='*' element={<NormalWithContext/>} />
1918

2019
</Routes>

0 commit comments

Comments
 (0)