]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/index.ts
refactor theme toggle into a service
[github/Chocobozzz/PeerTube.git] / client / src / app / core / index.ts
index 96b28658b10c4f6e01436a285b93c718e3d977a5..521afc29cf8a6062feed4809ebc4109ded94d471 100644 (file)
@@ -1,5 +1,6 @@
-export * from './auth';
-export * from './config';
-export * from './confirm';
-export * from './menu';
+export * from './auth'
+export * from './server'
+export * from './confirm'
+export * from './routing'
+export * from './theme'
 export * from './core.module'