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