aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-06 15:30:24 +0200
committerChocobozzz <me@florianbigard.com>2018-08-08 09:30:31 +0200
commit788487140c500abeb69ca44daf3a9e26efa8d36f (patch)
tree1870338bcd00848f9ab24067b8b9e545870723d0 /client/src/app/videos/+video-edit/video-add.component.ts
parent047559af6e7570ac98b0d11ab43e60a9c5c1f5c3 (diff)
downloadPeerTube-788487140c500abeb69ca44daf3a9e26efa8d36f.tar.gz
PeerTube-788487140c500abeb69ca44daf3a9e26efa8d36f.tar.zst
PeerTube-788487140c500abeb69ca44daf3a9e26efa8d36f.zip
Move send video components inside a dedicated directory
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts
index 377ea5dd2..e74fa1f15 100644
--- a/client/src/app/videos/+video-edit/video-add.component.ts
+++ b/client/src/app/videos/+video-edit/video-add.component.ts
@@ -1,7 +1,7 @@
1import { Component, ViewChild } from '@angular/core' 1import { Component, ViewChild } from '@angular/core'
2import { CanComponentDeactivate } from '@app/shared/guards/can-deactivate-guard.service' 2import { CanComponentDeactivate } from '@app/shared/guards/can-deactivate-guard.service'
3import { VideoImportUrlComponent } from '@app/videos/+video-edit/video-import-url.component' 3import { VideoImportUrlComponent } from '@app/videos/+video-edit/video-add-components/video-import-url.component'
4import { VideoUploadComponent } from '@app/videos/+video-edit/video-upload.component' 4import { VideoUploadComponent } from '@app/videos/+video-edit/video-add-components/video-upload.component'
5import { ServerService } from '@app/core' 5import { ServerService } from '@app/core'
6 6
7@Component({ 7@Component({