aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/index.ts')
-rw-r--r--client/src/app/core/index.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts
index f664aff41..a0c34543d 100644
--- a/client/src/app/core/index.ts
+++ b/client/src/app/core/index.ts
@@ -1,8 +1,15 @@
1export * from './auth' 1export * from './auth'
2export * from './confirm' 2export * from './confirm'
3export * from './hotkeys'
4export * from './menu'
5export * from './notification'
6export * from './plugins'
7export * from './renderer'
8export * from './rest'
3export * from './routing' 9export * from './routing'
4export * from './server' 10export * from './server'
5export * from './notification'
6export * from './theme' 11export * from './theme'
12export * from './users'
13export * from './wrappers'
7 14
8export * from './core.module' 15export * from './core.module'