X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared.module.ts;h=99b51aa4e6f2706c4041bb98e03fb2cb4fbf2315;hb=91f6f169b1110eeae6ebf5c387f4204b0d07703c;hp=d6a7426933269acab843faaf22b938f29ebfca7e;hpb=d15ab38a905e6b50972e6f884917db9198279daf;p=github%2FChocobozzz%2FPeerTube.git 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(),