aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/index.ts')
-rw-r--r--shared/extra-utils/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts
index 87ee8abba..4bf057492 100644
--- a/shared/extra-utils/index.ts
+++ b/shared/extra-utils/index.ts
@@ -1,6 +1,6 @@
1export * from './bulk/bulk' 1export * from './bulk'
2 2
3export * from './cli/cli' 3export * from './cli'
4 4
5export * from './custom-pages/custom-pages' 5export * from './custom-pages/custom-pages'
6 6