aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r--client/src/app/videos/videos-routing.module.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts
index 70968b4d1..7d002abde 100644
--- a/client/src/app/videos/videos-routing.module.ts
+++ b/client/src/app/videos/videos-routing.module.ts
@@ -1,10 +1,10 @@
1import { NgModule } from '@angular/core'; 1import { NgModule } from '@angular/core'
2import { RouterModule, Routes } from '@angular/router'; 2import { RouterModule, Routes } from '@angular/router'
3 3
4import { VideoAddComponent, VideoUpdateComponent } from './video-edit'; 4import { VideoAddComponent, VideoUpdateComponent } from './video-edit'
5import { VideoListComponent } from './video-list'; 5import { VideoListComponent } from './video-list'
6import { VideosComponent } from './videos.component'; 6import { VideosComponent } from './videos.component'
7import { VideoWatchComponent } from './video-watch'; 7import { VideoWatchComponent } from './video-watch'
8 8
9const videosRoutes: Routes = [ 9const videosRoutes: Routes = [
10 { 10 {
@@ -48,7 +48,7 @@ const videosRoutes: Routes = [
48 } 48 }
49 ] 49 ]
50 } 50 }
51]; 51]
52 52
53@NgModule({ 53@NgModule({
54 imports: [ RouterModule.forChild(videosRoutes) ], 54 imports: [ RouterModule.forChild(videosRoutes) ],