X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2Fvideos-routing.module.ts;h=8c777fbb6a5fe40ad49b6d362239e9e251dd9ca7;hb=25fd0b59f6026a4bc1f05599ed2fd733e359d9a6;hp=7db519615edfa51932e234574d2ddccd10e7c64a;hpb=dd24f1bb0a4b252e5342b251ba36853364da7b8e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/videos-routing.module.ts b/client/src/app/+videos/videos-routing.module.ts index 7db519615..8c777fbb6 100644 --- a/client/src/app/+videos/videos-routing.module.ts +++ b/client/src/app/+videos/videos-routing.module.ts @@ -4,12 +4,10 @@ import { LoginGuard } from '@app/core' import { VideosListCommonPageComponent } from './video-list' import { VideoOverviewComponent } from './video-list/overview/video-overview.component' import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component' -import { VideosComponent } from './videos.component' const videosRoutes: Routes = [ { path: '', - component: VideosComponent, children: [ { path: 'overview',