X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=9245ff6fc2c2c0cc4fc9fe7037ac4649761db957;hb=a91e9beb3fa775633fbac21275af39975c212cb0;hp=f664aff41d482a55859863d3d25cd6c588651090;hpb=73471b1a52f242e86364ffb077ea6cadb3b07ae2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index f664aff41..9245ff6fc 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,8 +1,16 @@ export * from './auth' +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 './notification' export * from './theme' +export * from './users' +export * from './wrappers' export * from './core.module'