]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/videos-routing.module.ts
Prefer "publish" over "upload"
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / videos-routing.module.ts
index 7db519615edfa51932e234574d2ddccd10e7c64a..8c777fbb6a5fe40ad49b6d362239e9e251dd9ca7 100644 (file)
@@ -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',