diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-16 18:42:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-16 18:42:02 +0100 |
commit | e79c65723b23f0994b01416382783f3f987cf4c7 (patch) | |
tree | 98a00d2104338826906a725a4e78adf74f75603b /client/src | |
parent | 68e24d727969a73a13e3c29b4d3bcfe50c3c52be (diff) | |
download | PeerTube-e79c65723b23f0994b01416382783f3f987cf4c7.tar.gz PeerTube-e79c65723b23f0994b01416382783f3f987cf4c7.tar.zst PeerTube-e79c65723b23f0994b01416382783f3f987cf4c7.zip |
Upgrade server dependencies
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.module.ts | 4 |
1 files changed, 2 insertions, 2 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 29beb2230..76eba9c19 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 | |||
@@ -1,9 +1,9 @@ | |||
1 | import { NgModule } from '@angular/core' | 1 | import { NgModule } from '@angular/core' |
2 | import { VideoImageComponent } from './video-image.component' | ||
3 | import { TabsModule } from 'ngx-bootstrap/tabs' | 2 | import { TabsModule } from 'ngx-bootstrap/tabs' |
4 | import { TagInputModule } from 'ngx-chips' | 3 | import { TagInputModule } from 'ngx-chips' |
5 | import { SharedModule } from '../../../shared' | 4 | import { SharedModule } from '../../../shared/' |
6 | import { VideoEditComponent } from './video-edit.component' | 5 | import { VideoEditComponent } from './video-edit.component' |
6 | import { VideoImageComponent } from './video-image.component' | ||
7 | 7 | ||
8 | @NgModule({ | 8 | @NgModule({ |
9 | imports: [ | 9 | imports: [ |