aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/core-utils/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/core-utils/index.ts')
-rw-r--r--shared/core-utils/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/core-utils/index.ts b/shared/core-utils/index.ts
index 54e233522..42d7cab1d 100644
--- a/shared/core-utils/index.ts
+++ b/shared/core-utils/index.ts
@@ -1,3 +1,7 @@
1export * from './abuse'
2export * from './i18n'
1export * from './logs' 3export * from './logs'
2export * from './miscs' 4export * from './miscs'
3export * from './plugins' 5export * from './plugins'
6export * from './renderer'
7export * from './users'