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