diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 8aecbe26..8bce81cd 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -112,6 +112,18 @@ export default new Router({ name: "notifysubscriptions", component: () => import(/* webpackChunkName: "aybase" */ "./views/notify-subscriptions.vue") + }, + { + path: "/customers", + name: "customers", + component: () => + import(/* webpackChunkName: "customer" */ "./views/customers.vue") + }, + { + path: "/headoffices", + name: "headoffices", + component: () => + import(/* webpackChunkName: "customer" */ "./views/headoffices.vue") } diff --git a/ayanova/src/views/customers.vue b/ayanova/src/views/customers.vue new file mode 100644 index 00000000..908cd125 --- /dev/null +++ b/ayanova/src/views/customers.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/headoffices.vue b/ayanova/src/views/headoffices.vue new file mode 100644 index 00000000..22780a1d --- /dev/null +++ b/ayanova/src/views/headoffices.vue @@ -0,0 +1,21 @@ + + +