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.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts
index fa951b215..9b4dd1999 100644
--- a/client/src/app/core/index.ts
+++ b/client/src/app/core/index.ts
@@ -1,2 +1,4 @@
1export * from './auth'; 1export * from './auth';
2export * from './confirm';
3export * from './menu';
2export * from './core.module' 4export * from './core.module'