Skip to content

Commit a0fdd86

Browse files
authored
fix preview
1 parent 6a5c60e commit a0fdd86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs-site/src/examples/renderCustomHeaderTwoMonths.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { useState, useMemo } from "react";
2-
31
() => {
42
const [startDate, setStartDate] = useState(new Date());
53
const monthsShown = useMemo(() => 2, []);

0 commit comments

Comments
 (0)