diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-08-28 20:28:12 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-08-28 20:28:12 +0200 |
commit | e7dbeae8d915cdf4470ceb51c2724b04148b30b5 (patch) | |
tree | 7b838cfb2b514bc141402f1c8a16f710dbe2513f /client/src/app/shared | |
parent | 62ccb24e24fd6701c7cdc967336ed146d12236ec (diff) | |
download | PeerTube-e7dbeae8d915cdf4470ceb51c2724b04148b30b5.tar.gz PeerTube-e7dbeae8d915cdf4470ceb51c2724b04148b30b5.tar.zst PeerTube-e7dbeae8d915cdf4470ceb51c2724b04148b30b5.zip |
Fix client admin
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index d6a742693..99b51aa4e 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -3,7 +3,6 @@ import { CommonModule } from '@angular/common' | |||
3 | import { HttpModule } from '@angular/http' | 3 | import { HttpModule } from '@angular/http' |
4 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' | 4 | import { FormsModule, ReactiveFormsModule } from '@angular/forms' |
5 | import { RouterModule } from '@angular/router' | 5 | import { RouterModule } from '@angular/router' |
6 | import { BrowserAnimationsModule } from '@angular/platform-browser/animations' | ||
7 | 6 | ||
8 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' | 7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' |
9 | import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' | 8 | import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' |
@@ -27,7 +26,6 @@ import { VideoAbuseService } from './video-abuse' | |||
27 | ReactiveFormsModule, | 26 | ReactiveFormsModule, |
28 | HttpModule, | 27 | HttpModule, |
29 | RouterModule, | 28 | RouterModule, |
30 | BrowserAnimationsModule, | ||
31 | 29 | ||
32 | BsDropdownModule.forRoot(), | 30 | BsDropdownModule.forRoot(), |
33 | ModalModule.forRoot(), | 31 | ModalModule.forRoot(), |