X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=a0c34543d10c188f2c20d0a4bb8c12ca5a3c8f61;hb=a23062fe781bc546f9f1ee195a4e709df77f1e63;hp=3c01e05aafc55e70b2af9fcca6a1e3d67a216918;hpb=fada8d75550dc7365f7e18ee1569b9406251d660;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 3c01e05aa..a0c34543d 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,5 +1,15 @@ export * from './auth' -export * from './server' 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'