Ajuste em Massa - Paciente, Terapeuta, Clinica e Admin - Inicio agenda

This commit is contained in:
Leonardo
2026-02-22 17:56:01 -03:00
parent 6eff67bf22
commit 89b4ecaba1
77 changed files with 9433 additions and 1995 deletions

View File

@@ -0,0 +1,13 @@
<script setup>
defineProps({})
</script>
<template>
<div class="p-4 rounded-xl border border-[var(--surface-border)] bg-[var(--surface-card)]">
<b>AgendaRightPanel (placeholder)</b>
<div class="mt-3">
<slot name="top" />
<slot name="bottom" />
</div>
</div>
</template>