calendar fixed, packagejson fixed

This commit is contained in:
2025-06-19 17:07:29 +05:30
parent dd091f022d
commit 213b522bd5
6 changed files with 209 additions and 214 deletions

View File

@@ -872,7 +872,6 @@ export default function AppointmentsPage() {
onSelect={(date) => {
if (date) setSelectedDate(date);
}}
className="rounded-md border"
/>
</CardContent>
</Card>