]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/index.ts
Add ability for plugins to add metadata
[github/Chocobozzz/PeerTube.git] / client / src / app / core / index.ts
index 3c01e05aafc55e70b2af9fcca6a1e3d67a216918..9245ff6fc2c2c0cc4fc9fe7037ac4649761db957 100644 (file)
@@ -1,5 +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'