feat (patient): add error page for patient add page permission

This commit is contained in:
Abizrh
2025-08-13 10:12:12 +07:00
parent 6e5d5863ab
commit db9a87d825
18 changed files with 88 additions and 49 deletions

No files matched your search

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { ListItemDto, LinkItem } from './types'
import type { LinkItem, ListItemDto } from './types'
const props = defineProps<{
rec: ListItemDto