Skip to content

Commit 8d7639b

Browse files
committed
refactor: remove commented-out watch-party route to clean up routing configuration
1 parent 99c030d commit 8d7639b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/app/app.routes.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ export const routes: Routes = [
1313
path: 'podcasts',
1414
loadComponent: () => import('./pages/podcasts-page'),
1515
},
16-
/*
17-
{
18-
path: 'watch-party',
19-
loadComponent: () => import('./pages/watch-parties-page'),
20-
},
21-
*/
2216
{
2317
path: '**',
2418
loadComponent: () => import('./pages/not-found-page'),

0 commit comments

Comments
 (0)