From 983aa6f287617af290f928cf71eeb816dcc6be13 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jun 2020 15:32:52 +0200 Subject: Fix missing module for my-account --- client/src/app/+my-account/my-account.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src') 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, -- cgit v1.2.3