diff options
Diffstat (limited to 'shared/server-commands/index.ts')
-rw-r--r-- | shared/server-commands/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/index.ts b/shared/server-commands/index.ts index c24ebb2df..a4581dbc0 100644 --- a/shared/server-commands/index.ts +++ b/shared/server-commands/index.ts | |||
@@ -3,10 +3,10 @@ export * from './cli' | |||
3 | export * from './custom-pages' | 3 | export * from './custom-pages' |
4 | export * from './feeds' | 4 | export * from './feeds' |
5 | export * from './logs' | 5 | export * from './logs' |
6 | export * from './miscs' | ||
7 | export * from './moderation' | 6 | export * from './moderation' |
8 | export * from './overviews' | 7 | export * from './overviews' |
9 | export * from './requests' | 8 | export * from './requests' |
9 | export * from './runners' | ||
10 | export * from './search' | 10 | export * from './search' |
11 | export * from './server' | 11 | export * from './server' |
12 | export * from './socket' | 12 | export * from './socket' |