diff options
Diffstat (limited to 'server/lib/notifier/shared/index.ts')
-rw-r--r-- | server/lib/notifier/shared/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/lib/notifier/shared/index.ts b/server/lib/notifier/shared/index.ts new file mode 100644 index 000000000..cc3ce8c7c --- /dev/null +++ b/server/lib/notifier/shared/index.ts | |||
@@ -0,0 +1,7 @@ | |||
1 | export * from './abuse' | ||
2 | export * from './blacklist' | ||
3 | export * from './comment' | ||
4 | export * from './common' | ||
5 | export * from './follow' | ||
6 | export * from './instance' | ||
7 | export * from './video-publication' | ||