aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 2a1486fb2..0cee6edbf 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -34,6 +34,10 @@ import { SearchService } from './shared'; // Temporary
34 { 34 {
35 path: '/videos/add', 35 path: '/videos/add',
36 component: VideoAddComponent 36 component: VideoAddComponent
37 },
38 {
39 path: '/',
40 component: VideoListComponent
37 } 41 }
38]) 42])
39 43