summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/const/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/const/index.ts')
-rw-r--r--usecaseui-portal/src/app/const/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/const/index.ts b/usecaseui-portal/src/app/const/index.ts
new file mode 100644
index 00000000..ad09de2c
--- /dev/null
+++ b/usecaseui-portal/src/app/const/index.ts
@@ -0,0 +1,7 @@
+import address from './address'
+import menu from './menu-item'
+
+export {
+ address,
+ menu
+} \ No newline at end of file