diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-24 15:32:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-24 15:32:52 +0200 |
commit | 983aa6f287617af290f928cf71eeb816dcc6be13 (patch) | |
tree | 1f4ab3bc78df5d14e2bd0e1e2d015ac1c67cff58 /client/src/app/+my-account | |
parent | f0b56fdd0ce063315dffdfb718204564834f7135 (diff) | |
download | PeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.tar.gz PeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.tar.zst PeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.zip |
Fix missing module for my-account
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts index 9a11a89ea..8604b8b60 100644 --- a/client/src/app/+my-account/my-account.module.ts +++ b/client/src/app/+my-account/my-account.module.ts | |||
@@ -3,6 +3,7 @@ import { InputSwitchModule } from 'primeng/inputswitch' | |||
3 | import { TableModule } from 'primeng/table' | 3 | import { TableModule } from 'primeng/table' |
4 | import { DragDropModule } from '@angular/cdk/drag-drop' | 4 | import { DragDropModule } from '@angular/cdk/drag-drop' |
5 | import { NgModule } from '@angular/core' | 5 | import { NgModule } from '@angular/core' |
6 | import { SharedFormModule } from '@app/shared/shared-forms' | ||
6 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' | 7 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' |
7 | import { SharedMainModule } from '@app/shared/shared-main' | 8 | import { SharedMainModule } from '@app/shared/shared-main' |
8 | import { SharedModerationModule } from '@app/shared/shared-moderation' | 9 | import { SharedModerationModule } from '@app/shared/shared-moderation' |
@@ -44,6 +45,7 @@ import { TopMenuDropdownComponent } from './top-menu-dropdown.component' | |||
44 | DragDropModule, | 45 | DragDropModule, |
45 | 46 | ||
46 | SharedMainModule, | 47 | SharedMainModule, |
48 | SharedFormModule, | ||
47 | SharedModerationModule, | 49 | SharedModerationModule, |
48 | SharedVideoMiniatureModule, | 50 | SharedVideoMiniatureModule, |
49 | SharedUserSubscriptionModule, | 51 | SharedUserSubscriptionModule, |