From e7dbeae8d915cdf4470ceb51c2724b04148b30b5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Aug 2017 20:28:12 +0200 Subject: Fix client admin --- client/src/app/shared/shared.module.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/shared') 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' import { HttpModule } from '@angular/http' import { FormsModule, ReactiveFormsModule } from '@angular/forms' import { RouterModule } from '@angular/router' -import { BrowserAnimationsModule } from '@angular/platform-browser/animations' import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe' import { KeysPipe } from 'angular-pipes/src/object/keys.pipe' @@ -27,7 +26,6 @@ import { VideoAbuseService } from './video-abuse' ReactiveFormsModule, HttpModule, RouterModule, - BrowserAnimationsModule, BsDropdownModule.forRoot(), ModalModule.forRoot(), -- cgit v1.2.3