Skip to content

Commit

Permalink
Merge pull request #5020 from Svish/patch-1
Browse files Browse the repository at this point in the history
Fix "Cannot find module 'date-fns/types' ..."
  • Loading branch information
martijnrusschen authored Aug 28, 2024
2 parents eeb7882 + 8b045f5 commit 9a8a4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import Year from "./year";
import YearDropdown from "./year_dropdown";

import type { ClickOutsideHandler } from "./click_outside_wrapper";
import type { Day } from "date-fns/types";
import type { Day } from "date-fns";

interface YearDropdownProps
extends React.ComponentPropsWithoutRef<typeof YearDropdown> {}
Expand Down

0 comments on commit 9a8a4bd

Please sign in to comment.