X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=f664aff41d482a55859863d3d25cd6c588651090;hb=d1ab89deb79f70c439b58750d044d9cadf1194e5;hp=524589d74268e5afe1bc5223c5ca2f84fd6fef48;hpb=7aba23d13fe56835b07ebb00c0b4c2a929551ec3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 524589d74..f664aff41 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -2,6 +2,7 @@ export * from './auth' export * from './confirm' export * from './routing' export * from './server' +export * from './notification' export * from './theme' export * from './core.module'