diff --git a/app/components/flow/auth/login.vue b/app/components/content/auth/login.vue similarity index 100% rename from app/components/flow/auth/login.vue rename to app/components/content/auth/login.vue diff --git a/app/components/flow/dashboard/index.vue b/app/components/content/dashboard/index.vue similarity index 100% rename from app/components/flow/dashboard/index.vue rename to app/components/content/dashboard/index.vue diff --git a/app/components/flow/item-price/list.vue b/app/components/content/item-price/list.vue similarity index 100% rename from app/components/flow/item-price/list.vue rename to app/components/content/item-price/list.vue diff --git a/app/components/flow/item/list.vue b/app/components/content/item/list.vue similarity index 100% rename from app/components/flow/item/list.vue rename to app/components/content/item/list.vue diff --git a/app/components/flow/medicine-group/list.vue b/app/components/content/medicine-group/list.vue similarity index 96% rename from app/components/flow/medicine-group/list.vue rename to app/components/content/medicine-group/list.vue index 0885b57f..93afabff 100644 --- a/app/components/flow/medicine-group/list.vue +++ b/app/components/content/medicine-group/list.vue @@ -2,7 +2,6 @@ import type { DataTableLoader } from '~/components/pub/base/data-table/type' import type { HeaderPrep, RefSearchNav } from '~/components/pub/custom-ui/data/types' import Modal from '~/components/pub/base/modal/modal.vue' -import Pagination from '~/components/pub/base/pagination/pagination.vue' import Header from '~/components/pub/custom-ui/nav-header/prep.vue' const data = ref([]) diff --git a/app/components/flow/medicine-method/list.vue b/app/components/content/medicine-method/list.vue similarity index 100% rename from app/components/flow/medicine-method/list.vue rename to app/components/content/medicine-method/list.vue diff --git a/app/components/flow/medicine/entry.vue b/app/components/content/medicine/entry.vue similarity index 100% rename from app/components/flow/medicine/entry.vue rename to app/components/content/medicine/entry.vue diff --git a/app/components/flow/medicine/list.vue b/app/components/content/medicine/list.vue similarity index 100% rename from app/components/flow/medicine/list.vue rename to app/components/content/medicine/list.vue diff --git a/app/components/flow/patient/add.vue b/app/components/content/patient/add.vue similarity index 100% rename from app/components/flow/patient/add.vue rename to app/components/content/patient/add.vue diff --git a/app/components/flow/patient/list.vue b/app/components/content/patient/list.vue similarity index 100% rename from app/components/flow/patient/list.vue rename to app/components/content/patient/list.vue diff --git a/app/components/flow/rehab/registration/home.vue b/app/components/content/rehab/registration/home.vue similarity index 100% rename from app/components/flow/rehab/registration/home.vue rename to app/components/content/rehab/registration/home.vue diff --git a/app/components/flow/rehab/registration/sep-prosedur/add.vue b/app/components/content/rehab/registration/sep-prosedur/add.vue similarity index 100% rename from app/components/flow/rehab/registration/sep-prosedur/add.vue rename to app/components/content/rehab/registration/sep-prosedur/add.vue diff --git a/app/components/flow/rehab/registration/sep-prosedur/list.vue b/app/components/content/rehab/registration/sep-prosedur/list.vue similarity index 100% rename from app/components/flow/rehab/registration/sep-prosedur/list.vue rename to app/components/content/rehab/registration/sep-prosedur/list.vue diff --git a/app/components/flow/satusehat/const.ts b/app/components/content/satusehat/const.ts similarity index 100% rename from app/components/flow/satusehat/const.ts rename to app/components/content/satusehat/const.ts diff --git a/app/components/flow/satusehat/list.vue b/app/components/content/satusehat/list.vue similarity index 100% rename from app/components/flow/satusehat/list.vue rename to app/components/content/satusehat/list.vue diff --git a/app/components/flow/satusehat/schema.query.ts b/app/components/content/satusehat/schema.query.ts similarity index 100% rename from app/components/flow/satusehat/schema.query.ts rename to app/components/content/satusehat/schema.query.ts diff --git a/app/components/flow/user/entry.vue b/app/components/content/user/entry.vue similarity index 100% rename from app/components/flow/user/entry.vue rename to app/components/content/user/entry.vue diff --git a/app/components/flow/user/list.vue b/app/components/content/user/list.vue similarity index 100% rename from app/components/flow/user/list.vue rename to app/components/content/user/list.vue diff --git a/app/pages/(features)/doctor/add.vue b/app/pages/(features)/doctor/add.vue index 987baa28..c0a43c7f 100644 --- a/app/pages/(features)/doctor/add.vue +++ b/app/pages/(features)/doctor/add.vue @@ -35,7 +35,7 @@ const canCreate = hasCreateAccess(roleAccess) diff --git a/app/pages/(features)/doctor/index.vue b/app/pages/(features)/doctor/index.vue index e75a5b89..f0c8ddba 100644 --- a/app/pages/(features)/doctor/index.vue +++ b/app/pages/(features)/doctor/index.vue @@ -33,7 +33,7 @@ const canRead = hasReadAccess(roleAccess)