diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 10:27:16 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (patch) | |
tree | 59254014331acfb26000484358836acf203f091e /client/src/app/videos/+video-edit | |
parent | a2479503519734a073b81969cd0223ebd4760dce (diff) | |
download | PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.gz PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.zst PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.zip |
Fix angular 9 build
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.module.ts b/client/src/app/videos/+video-edit/shared/video-edit.module.ts index 39b6daa93..1357d607c 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.module.ts +++ b/client/src/app/videos/+video-edit/shared/video-edit.module.ts | |||
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core' | |||
2 | import { TagInputModule } from 'ngx-chips' | 2 | import { TagInputModule } from 'ngx-chips' |
3 | import { SharedModule } from '../../../shared/' | 3 | import { SharedModule } from '../../../shared/' |
4 | import { VideoEditComponent } from './video-edit.component' | 4 | import { VideoEditComponent } from './video-edit.component' |
5 | import { CalendarModule } from 'primeng/components/calendar/calendar' | 5 | import { CalendarModule } from 'primeng/calendar' |
6 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' | 6 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' |
7 | 7 | ||
8 | @NgModule({ | 8 | @NgModule({ |