X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2Fvideos.module.ts;h=75a8dd24f9eb969716a8b2b7a340d7d5cb40733d;hb=4e1b09735de70dabc5987b8258a01aac8063ae26;hp=04a06e0a367bd980a94f539caf7ec18e6b749775;hpb=3758da9489b636997a3a4fad7fc1a6081737bbe0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 04a06e0a3..75a8dd24f 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts @@ -1,20 +1,20 @@ -import { NgModule } from '@angular/core'; +import { NgModule } from '@angular/core' -import { TagInputModule } from 'ng2-tag-input'; +import { TagInputModule } from 'ng2-tag-input' -import { VideosRoutingModule } from './videos-routing.module'; -import { VideosComponent } from './videos.component'; -import { VideoAddComponent, VideoUpdateComponent } from './video-edit'; -import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; +import { VideosRoutingModule } from './videos-routing.module' +import { VideosComponent } from './videos.component' +import { VideoAddComponent, VideoUpdateComponent } from './video-edit' +import { LoaderComponent, VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list' import { VideoWatchComponent, VideoMagnetComponent, VideoReportComponent, VideoShareComponent, WebTorrentService -} from './video-watch'; -import { LoaderComponent, VideoService } from './shared'; -import { SharedModule } from '../shared'; +} from './video-watch' +import { VideoService } from './shared' +import { SharedModule } from '../shared' @NgModule({ imports: [