]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/index.ts
Remove dashes from actor names
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / index.ts
index 9edf9b4a0a713791446181ab948ecd312ce09a75..136730c91a36a8b8315f38824b546234ac45cbe1 100644 (file)
@@ -1,4 +1,7 @@
-export * from './auth';
-export * from './form-validators';
-export * from './search';
-export * from './users';
+export * from './auth'
+export * from './forms'
+export * from './rest'
+export * from './users'
+export * from './video-abuse'
+export * from './video-blacklist'
+export * from './shared.module'