X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=f664aff41d482a55859863d3d25cd6c588651090;hb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;hp=3c01e05aafc55e70b2af9fcca6a1e3d67a216918;hpb=b33f657c304b77938c1f68164d8e754787f5aae5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 3c01e05aa..f664aff41 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,5 +1,8 @@ export * from './auth' -export * from './server' export * from './confirm' export * from './routing' +export * from './server' +export * from './notification' +export * from './theme' + export * from './core.module'