fix(ui): fix calendar component for setting schedules

This commit is contained in:
Waleed Latif
2025-05-16 10:48:29 -07:00
parent 96fdfbc3e6
commit 0b055623a0
4 changed files with 29 additions and 17 deletions

View File

@@ -29,6 +29,7 @@
"react-dom": "19.1.0"
},
"dependencies": {
"@vercel/analytics": "^1.5.0"
"@vercel/analytics": "^1.5.0",
"react-day-picker": "^9.7.0"
}
}