aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/app.module.ts')
-rw-r--r--frontend/src/app/app.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts
index 1521c013..5d7af9d2 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -37,6 +37,7 @@ import { NotificationsComponent } from './_elements/notifications/notifications.
import { DatatableComponent } from './_elements/datatable/datatable.component';
import { FilterDatasetsComponent } from './_pages/filter-datasets/filter-datasets.component';
import { ReactiveBackgroundComponent } from './_elements/reactive-background/reactive-background.component';
+import { ItemModelComponent } from './_elements/item-model/item-model.component';
@NgModule({
declarations: [
@@ -63,7 +64,8 @@ import { ReactiveBackgroundComponent } from './_elements/reactive-background/rea
NotificationsComponent,
DatatableComponent,
FilterDatasetsComponent,
- ReactiveBackgroundComponent
+ ReactiveBackgroundComponent,
+ ItemModelComponent
],
imports: [
BrowserModule,