import { getRandomInt } from "../utils"; const CalendarDay = () => { const dataCount = getRandomInt(0, 1); const dataBlocks = Array.from({ length: dataCount }, (_, index) => ( )); return (