aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-05 10:26:22 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-05 10:27:29 +0100
commit99b727ec9c34863d24e23faa6fe1e49d4b359f31 (patch)
tree4491432fc860d1d2b53c7b66f0b4d37695df4ff4 /client/src/app/core/core.module.ts
parent6a8ff869d046a87a46ca6fcce627ee528ea5364a (diff)
downloadPeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.gz
PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.zst
PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.zip
Client: fix angular2-notifications dep...
Diffstat (limited to 'client/src/app/core/core.module.ts')
-rw-r--r--client/src/app/core/core.module.ts2
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: [