X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=a0c34543d10c188f2c20d0a4bb8c12ca5a3c8f61;hb=74fd2643b43057c25558b3da79398efe104e2660;hp=fa951b215394bbab0a0574b0017bac04b8e50218;hpb=693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index fa951b215..a0c34543d 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,2 +1,15 @@ -export * from './auth'; +export * from './auth' +export * from './confirm' +export * from './hotkeys' +export * from './menu' +export * from './notification' +export * from './plugins' +export * from './renderer' +export * from './rest' +export * from './routing' +export * from './server' +export * from './theme' +export * from './users' +export * from './wrappers' + export * from './core.module'