From: Chocobozzz Date: Wed, 24 Jun 2020 13:32:52 +0000 (+0200) Subject: Fix missing module for my-account X-Git-Tag: v2.3.0-rc.1~87 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=983aa6f287617af290f928cf71eeb816dcc6be13;p=github%2FChocobozzz%2FPeerTube.git Fix missing module for my-account --- 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' import { TableModule } from 'primeng/table' import { DragDropModule } from '@angular/cdk/drag-drop' import { NgModule } from '@angular/core' +import { SharedFormModule } from '@app/shared/shared-forms' import { SharedGlobalIconModule } from '@app/shared/shared-icons' import { SharedMainModule } from '@app/shared/shared-main' import { SharedModerationModule } from '@app/shared/shared-moderation' @@ -44,6 +45,7 @@ import { TopMenuDropdownComponent } from './top-menu-dropdown.component' DragDropModule, SharedMainModule, + SharedFormModule, SharedModerationModule, SharedVideoMiniatureModule, SharedUserSubscriptionModule,