Files
agenciapsilmno/src/views/pages/portal/agenda/MyAppointmentsPage.vue

9 lines
131 B
Vue

<template>
<div class="p-4">
<h1>My Appointments</h1>
</div>
</template>
<script setup>
// temporary placeholder
</script>