aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared.module.ts2
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'
3import { HttpModule } from '@angular/http' 3import { HttpModule } from '@angular/http'
4import { FormsModule, ReactiveFormsModule } from '@angular/forms' 4import { FormsModule, ReactiveFormsModule } from '@angular/forms'
5import { RouterModule } from '@angular/router' 5import { RouterModule } from '@angular/router'
6import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
7 6
8import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' 7import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
9import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' 8import { 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(),