diff options
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.module.ts b/client/src/app/videos/+video-edit/video-add.module.ts index 4386f10b6..911404bad 100644 --- a/client/src/app/videos/+video-edit/video-add.module.ts +++ b/client/src/app/videos/+video-edit/video-add.module.ts | |||
@@ -12,7 +12,7 @@ import { VideoImportTorrentComponent } from '@app/videos/+video-edit/video-add-c | |||
12 | imports: [ | 12 | imports: [ |
13 | VideoAddRoutingModule, | 13 | VideoAddRoutingModule, |
14 | VideoEditModule, | 14 | VideoEditModule, |
15 | SharedModule, | 15 | SharedModule |
16 | ], | 16 | ], |
17 | declarations: [ | 17 | declarations: [ |
18 | VideoAddComponent, | 18 | VideoAddComponent, |