We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fd60b commit bc76d01Copy full SHA for bc76d01
1 file changed
src/components/Holidays/CalendarView.stories.tsx
@@ -88,6 +88,7 @@ const mockHolidays: Holiday[] = [
88
},
89
]
90
91
+
92
export const Default: Story = {
93
render: () => {
94
const [currentDate, setCurrentDate] = useState(new Date(2025, 0, 1)) // January 2025
0 commit comments