X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=9245ff6fc2c2c0cc4fc9fe7037ac4649761db957;hb=63da15eb18065ef6c419f073c95fec6ef5541652;hp=521afc29cf8a6062feed4809ebc4109ded94d471;hpb=1a00c5619f11c5faecd384b011e037a8ed5fde46;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 521afc29c..9245ff6fc 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,6 +1,16 @@ export * from './auth' -export * from './server' +export * from './scoped-tokens' 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'