]> 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 01b12ce7e48153a943ef071d9eb8ce17614df648..9245ff6fc2c2c0cc4fc9fe7037ac4649761db957 100644 (file)
@@ -1,5 +1,16 @@
 export * from './auth'
-export * from './config'
+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'