aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-24 15:32:52 +0200
committerChocobozzz <me@florianbigard.com>2020-06-24 15:32:52 +0200
commit983aa6f287617af290f928cf71eeb816dcc6be13 (patch)
tree1f4ab3bc78df5d14e2bd0e1e2d015ac1c67cff58 /client/src/app
parentf0b56fdd0ce063315dffdfb718204564834f7135 (diff)
downloadPeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.tar.gz
PeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.tar.zst
PeerTube-983aa6f287617af290f928cf71eeb816dcc6be13.zip
Fix missing module for my-account
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-account/my-account.module.ts2
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'
3import { TableModule } from 'primeng/table' 3import { TableModule } from 'primeng/table'
4import { DragDropModule } from '@angular/cdk/drag-drop' 4import { DragDropModule } from '@angular/cdk/drag-drop'
5import { NgModule } from '@angular/core' 5import { NgModule } from '@angular/core'
6import { SharedFormModule } from '@app/shared/shared-forms'
6import { SharedGlobalIconModule } from '@app/shared/shared-icons' 7import { SharedGlobalIconModule } from '@app/shared/shared-icons'
7import { SharedMainModule } from '@app/shared/shared-main' 8import { SharedMainModule } from '@app/shared/shared-main'
8import { SharedModerationModule } from '@app/shared/shared-moderation' 9import { 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,