fix: move patient view dialog under patient

This commit is contained in:
riefive
2025-10-24 14:52:54 +07:00
parent 197e79bd0c
commit 7f0c6e6fed
6 changed files with 3 additions and 143 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRoute } from 'vue-router'
// Components
import AppSepEntryForm from '~/components/app/sep/entry-form.vue'
import AppViewPatient from '~/components/app/sep/view-patient.vue'
import AppViewPatient from '~/components/app/patient/view-patient.vue'
import AppViewHistory from '~/components/app/sep/view-history.vue'
import { toast } from '~/components/pub/ui/toast'