Kaynağa Gözat

created pages for upload files

Alyona Brytvina 2 yıl önce
ebeveyn
işleme
7e66290b5a
1 değiştirilmiş dosya ile 0 ekleme ve 6 silme
  1. 0 6
      src/components/App/App.jsx

+ 0 - 6
src/components/App/App.jsx

@@ -24,12 +24,6 @@ export const App = () => (
       <Router history={history}>
         <Header/>
         <Switch>
-          {/* TODO: move all routes to constants and reuse it at other places like
-            const ROUTES = {
-              MAIN_PAGE: '/',
-              PLAYLISTS_PAGE: '/playlists',
-            };
-          */}
           <PrivateRoute exact path="/" component={MainPage}/>
           <PrivateRoute exact path="/playlists" component={PlaylistsPage}/>
           <PrivateRoute exact path="/selectedPlaylist/:id" component={SelectedPlaylistPage}/>