]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/index.ts
Fix socket io lazy loading
[github/Chocobozzz/PeerTube.git] / client / src / app / core / index.ts
index fa951b215394bbab0a0574b0017bac04b8e50218..9245ff6fc2c2c0cc4fc9fe7037ac4649761db957 100644 (file)
@@ -1,2 +1,16 @@
-export * from './auth';
+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 './theme'
+export * from './users'
+export * from './wrappers'
+
 export * from './core.module'