]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/index.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / index.ts
index 9edf9b4a0a713791446181ab948ecd312ce09a75..212645c51988360a68335058488a482dd9b123c6 100644 (file)
@@ -1,4 +1,8 @@
-export * from './auth';
-export * from './form-validators';
-export * from './search';
-export * from './users';
+export * from './auth'
+export * from './forms'
+export * from './rest'
+export * from './search'
+export * from './users'
+export * from './video-abuse'
+export * from './shared.module'
+export * from './utils'