diff --git a/app/components/app/doctor/entry-form.vue b/app/components/app/doctor/entry-form.vue index bb638f94..2c7ecac2 100644 --- a/app/components/app/doctor/entry-form.vue +++ b/app/components/app/doctor/entry-form.vue @@ -1,8 +1,9 @@ diff --git a/app/components/app/patient/list-cfg.ts b/app/components/app/patient/list-cfg.ts index 63455faa..fd4d0317 100644 --- a/app/components/app/patient/list-cfg.ts +++ b/app/components/app/patient/list-cfg.ts @@ -1,9 +1,16 @@ -import type { Col, KeyLabel, RecComponent, RecStrFuncComponent, RecStrFuncUnknown, Th } from '../../pub/nav/types' +import type { + Col, + KeyLabel, + RecComponent, + RecStrFuncComponent, + RecStrFuncUnknown, + Th, +} from '~/components/pub/custom-ui/data/types' import { defineAsyncComponent } from 'vue' type SmallDetailDto = any -const action = defineAsyncComponent(() => import('~/components/pub/nav/dropdown-action-dud.vue')) +const action = defineAsyncComponent(() => import('~/components/pub/custom-ui/data/dropdown-action-dud.vue')) const statusBadge = defineAsyncComponent(() => import('./status-badge.vue')) export const cols: Col[] = [ diff --git a/app/components/app/rehab/registration/sep-prosedur/list-cfg.ts b/app/components/app/rehab/registration/sep-prosedur/list-cfg.ts index 0e1fe7f4..24cc80d1 100644 --- a/app/components/app/rehab/registration/sep-prosedur/list-cfg.ts +++ b/app/components/app/rehab/registration/sep-prosedur/list-cfg.ts @@ -1,9 +1,9 @@ -import type { Col, KeyLabel, RecComponent, RecStrFuncComponent, RecStrFuncUnknown, Th } from '../../pub/nav/types' +import type { Col, KeyLabel, RecComponent, RecStrFuncComponent, RecStrFuncUnknown, Th } from '~/components/pub/custom-ui/data/types' import { defineAsyncComponent } from 'vue' type SmallDetailDto = any -const action = defineAsyncComponent(() => import('~/components/pub/nav/dropdown-action-dud.vue')) +const action = defineAsyncComponent(() => import('~/components/pub/custom-ui/data/dropdown-action-dud.vue')) export const cols: Col[] = [ {}, diff --git a/app/components/app/satusehat/card-summary.vue b/app/components/app/satusehat/card-summary.vue index a6bf2457..d0c142df 100644 --- a/app/components/app/satusehat/card-summary.vue +++ b/app/components/app/satusehat/card-summary.vue @@ -1,5 +1,5 @@ diff --git a/app/components/flow/patient/list.vue b/app/components/flow/patient/list.vue index 4eee1912..6f6c0822 100644 --- a/app/components/flow/patient/list.vue +++ b/app/components/flow/patient/list.vue @@ -1,7 +1,10 @@