aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/core-utils/common/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/core-utils/common/index.ts')
-rw-r--r--shared/core-utils/common/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/core-utils/common/index.ts b/shared/core-utils/common/index.ts
index 83f2ccbb6..0908ff981 100644
--- a/shared/core-utils/common/index.ts
+++ b/shared/core-utils/common/index.ts
@@ -1,5 +1,6 @@
1export * from './date' 1export * from './date'
2export * from './miscs' 2export * from './miscs'
3export * from './regexp' 3export * from './regexp'
4export * from './promises'
4export * from './types' 5export * from './types'
5export * from './url 6export * from './url'