fix: remove unused daily header template from Calendar component

This commit is contained in:
Shariq Ansari 2025-09-04 23:00:06 +05:30
parent 1d249b8fff
commit 09ff459751

View File

@ -92,11 +92,6 @@
</div>
</div>
</template>
<template #daily-header="{ parseDateWithDay, currentDate }">
<p class="ml-4 pb-2 text-base text-ink-gray-6">
{{ parseDateWithDay(currentDate) }}
</p>
</template>
</Calendar>
<!-- Event Panel Container -->