Skip to content

Commit e4b27a5

Browse files
committed
fix: remove the wrong destructure of range from DateFNS
1 parent 86e1a41 commit e4b27a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-site/src/examples/ts/renderCustomHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { getYear, getMonth, range } = DateFNS;
1+
const { getYear, getMonth } = DateFNS;
22
const MONTHS = [
33
"January",
44
"February",

0 commit comments

Comments
 (0)