aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/blocklist/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/blocklist/index.ts')
-rw-r--r--client/src/app/shared/blocklist/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/blocklist/index.ts b/client/src/app/shared/blocklist/index.ts
index 5886ca07e..188057b19 100644
--- a/client/src/app/shared/blocklist/index.ts
+++ b/client/src/app/shared/blocklist/index.ts
@@ -1,2 +1,4 @@
1export * from './blocklist.service' 1export * from './blocklist.service'
2export * from './account-block.model' 2export * from './account-block.model'
3export * from './server-blocklist.component'
4export * from './account-blocklist.component'