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

No files matched your search

+12
View File
@@ -0,0 +1,12 @@
<script setup lang="ts"></script>
<template>
<div class="flex justify-between">
<div>
<Button variant="outline" size="sm">
<Icon name="i-lucide-pencil" class="mr-1" />
Edit
</Button>
</div>
</div>
</template>