diff options
Diffstat (limited to 'shared/extra-utils/server/index.ts')
-rw-r--r-- | shared/extra-utils/server/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/server/index.ts b/shared/extra-utils/server/index.ts index 258084623..b5b6b2116 100644 --- a/shared/extra-utils/server/index.ts +++ b/shared/extra-utils/server/index.ts | |||
@@ -2,3 +2,5 @@ export * from './contact-form-command' | |||
2 | export * from './debug-command' | 2 | export * from './debug-command' |
3 | export * from './follows-command' | 3 | export * from './follows-command' |
4 | export * from './follows' | 4 | export * from './follows' |
5 | export * from './jobs' | ||
6 | export * from './jobs-command' | ||