diff options
Diffstat (limited to 'shared/extra-utils/users/index.ts')
-rw-r--r-- | shared/extra-utils/users/index.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shared/extra-utils/users/index.ts b/shared/extra-utils/users/index.ts new file mode 100644 index 000000000..b3387ed8a --- /dev/null +++ b/shared/extra-utils/users/index.ts | |||
@@ -0,0 +1,8 @@ | |||
1 | export * from './accounts' | ||
2 | export * from './accounts-command' | ||
3 | |||
4 | export * from './blocklist' | ||
5 | export * from './login' | ||
6 | export * from './user-notifications' | ||
7 | export * from './user-subscriptions' | ||
8 | export * from './users' | ||