From d34cea1215891d741796d165c6e93766f6461814 Mon Sep 17 00:00:00 2001 From: Michael Spalti Date: Mon, 19 Dec 2022 13:01:53 -0800 Subject: [PATCH] Fixed module. --- src/app/shared/shared.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shared/shared.module.ts b/src/app/shared/shared.module.ts index 6228fef3a3..235c16d213 100644 --- a/src/app/shared/shared.module.ts +++ b/src/app/shared/shared.module.ts @@ -317,6 +317,7 @@ import { } from './object-list/listable-notification-object/listable-notification-object.component'; import { ThemedItemBackButtonComponent } from './item-back-button/themed-item-back-button.component'; import { ThemedCollectionDropdownComponent } from './collection-dropdown/themed-collection-dropdown.component'; +import { ItemBackButtonComponent } from './item-back-button/item-back-button.component'; const MODULES = [ @@ -397,6 +398,7 @@ const COMPONENTS = [ ItemSubmitterComponent, ItemDetailPreviewComponent, ItemDetailPreviewFieldComponent, + ItemBackButtonComponent, ThemedItemBackButtonComponent, ClaimedTaskActionsComponent, ClaimedTaskActionsLoaderComponent,