feat (patient): add edit page

This commit is contained in:
Abizrh
2025-08-08 20:38:16 +07:00
parent d9fb2cff0c
commit 376af79449
15 changed files with 193 additions and 2 deletions
@@ -0,0 +1,9 @@
<script setup lang="ts"></script>
<template>
<div>entry form</div>
<div>
<PubNavFooterCs />
</div>
</template>
View File