diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/core/core.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index f02304647..ae2930552 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts | |||
@@ -18,7 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'; | |||
18 | RouterModule, | 18 | RouterModule, |
19 | 19 | ||
20 | ModalModule, | 20 | ModalModule, |
21 | SimpleNotificationsModule | 21 | SimpleNotificationsModule.forRoot() |
22 | ], | 22 | ], |
23 | 23 | ||
24 | declarations: [ | 24 | declarations: [ |