diff options
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r-- | client/src/app/videos/videos.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 4f2839c85..04a06e0a3 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | import { NgModule } from '@angular/core'; | 1 | import { NgModule } from '@angular/core'; |
2 | 2 | ||
3 | // import { TagInputModule } from 'ng2-tag-input'; | 3 | import { TagInputModule } from 'ng2-tag-input'; |
4 | 4 | ||
5 | import { VideosRoutingModule } from './videos-routing.module'; | 5 | import { VideosRoutingModule } from './videos-routing.module'; |
6 | import { VideosComponent } from './videos.component'; | 6 | import { VideosComponent } from './videos.component'; |
@@ -18,7 +18,7 @@ import { SharedModule } from '../shared'; | |||
18 | 18 | ||
19 | @NgModule({ | 19 | @NgModule({ |
20 | imports: [ | 20 | imports: [ |
21 | // TagInputModule, | 21 | TagInputModule, |
22 | 22 | ||
23 | VideosRoutingModule, | 23 | VideosRoutingModule, |
24 | SharedModule | 24 | SharedModule |