]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/index.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / core / index.ts
index 96b28658b10c4f6e01436a285b93c718e3d977a5..01b12ce7e48153a943ef071d9eb8ce17614df648 100644 (file)
@@ -1,5 +1,5 @@
-export * from './auth';
-export * from './config';
-export * from './confirm';
-export * from './menu';
+export * from './auth'
+export * from './config'
+export * from './confirm'
+export * from './menu'
 export * from './core.module'