diff options
Diffstat (limited to 'shared/server-commands/users/index.ts')
-rw-r--r-- | shared/server-commands/users/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/users/index.ts b/shared/server-commands/users/index.ts index c2bc5c44f..f6f93b4d2 100644 --- a/shared/server-commands/users/index.ts +++ b/shared/server-commands/users/index.ts | |||
@@ -1,4 +1,5 @@ | |||
1 | export * from './accounts-command' | 1 | export * from './accounts-command' |
2 | export * from './accounts' | ||
2 | export * from './blocklist-command' | 3 | export * from './blocklist-command' |
3 | export * from './login' | 4 | export * from './login' |
4 | export * from './login-command' | 5 | export * from './login-command' |