Fix lint
authorChocobozzz <florian.bigard@gmail.com>
Mon, 9 Oct 2017 17:21:59 +0000 (19:21 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 9 Oct 2017 17:21:59 +0000 (19:21 +0200)
client/src/app/videos/+video-edit/video-add.component.ts

index d930423c288c239247e6dfa2873620d1e9a33445..8043bb41c88cb0c689a0570019535b27b53d253f 100644 (file)
@@ -14,7 +14,7 @@ import {
   VIDEO_TAGS,
   VIDEO_FILE
 } from '../../shared'
-import { ServerService from '../../core'
+import { ServerService } from '../../core'
 import { VideoService } from '../shared'
 import { VideoCreate } from '../../../../../shared'
 import { HttpEventType, HttpResponse } from '@angular/common/http'