diff options
Diffstat (limited to 'client/src/app/shared/shared-main/video-channel/video-channel.service.ts')
-rw-r--r-- | client/src/app/shared/shared-main/video-channel/video-channel.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/video-channel/video-channel.service.ts b/client/src/app/shared/shared-main/video-channel/video-channel.service.ts index 08811afec..9a42fcc52 100644 --- a/client/src/app/shared/shared-main/video-channel/video-channel.service.ts +++ b/client/src/app/shared/shared-main/video-channel/video-channel.service.ts | |||
@@ -10,7 +10,7 @@ import { | |||
10 | VideoChannelCreate, | 10 | VideoChannelCreate, |
11 | VideoChannelUpdate, | 11 | VideoChannelUpdate, |
12 | VideosImportInChannelCreate | 12 | VideosImportInChannelCreate |
13 | } from '@shared/models' | 13 | } from '@peertube/peertube-models' |
14 | import { environment } from '../../../../environments/environment' | 14 | import { environment } from '../../../../environments/environment' |
15 | import { Account } from '../account' | 15 | import { Account } from '../account' |
16 | import { AccountService } from '../account/account.service' | 16 | import { AccountService } from '../account/account.service' |