aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video-channel/video-channel.service.ts
diff options
context:
space:
mode:
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.ts2
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'
14import { environment } from '../../../../environments/environment' 14import { environment } from '../../../../environments/environment'
15import { Account } from '../account' 15import { Account } from '../account'
16import { AccountService } from '../account/account.service' 16import { AccountService } from '../account/account.service'