From d3e91a5f72ac9c986cdb67d7d6c85bb4819e680c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Apr 2018 15:43:19 +0200 Subject: Add video channel account list --- client/src/app/+account/account.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/+account/account.module.ts') diff --git a/client/src/app/+account/account.module.ts b/client/src/app/+account/account.module.ts index 2fe67f3c5..82ef06e76 100644 --- a/client/src/app/+account/account.module.ts +++ b/client/src/app/+account/account.module.ts @@ -4,6 +4,7 @@ import { AccountRoutingModule } from './account-routing.module' import { AccountComponent } from './account.component' import { AccountVideosComponent } from './account-videos/account-videos.component' import { AccountAboutComponent } from './account-about/account-about.component' +import { AccountVideoChannelsComponent } from './account-video-channels/account-video-channels.component' @NgModule({ imports: [ @@ -14,6 +15,7 @@ import { AccountAboutComponent } from './account-about/account-about.component' declarations: [ AccountComponent, AccountVideosComponent, + AccountVideoChannelsComponent, AccountAboutComponent ], -- cgit v1.2.3