aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/notifier/shared/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/notifier/shared/index.ts')
-rw-r--r--server/lib/notifier/shared/index.ts7
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 @@
1export * from './abuse'
2export * from './blacklist'
3export * from './comment'
4export * from './common'
5export * from './follow'
6export * from './instance'
7export * from './video-publication'