Improve download modal input style
[oweals/peertube.git] / client / src / app / core / index.ts
index 96b28658b10c4f6e01436a285b93c718e3d977a5..524589d74268e5afe1bc5223c5ca2f84fd6fef48 100644 (file)
@@ -1,5 +1,7 @@
-export * from './auth';
-export * from './config';
-export * from './confirm';
-export * from './menu';
+export * from './auth'
+export * from './confirm'
+export * from './routing'
+export * from './server'
+export * from './theme'
+
 export * from './core.module'