Skip to content

Commit 5f23baa

Browse files
Update renderCustomHeaderTwoMonths.js
1 parent 11c1681 commit 5f23baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-site/src/examples/renderCustomHeaderTwoMonths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useMemo } from "react";
1+
import { useState, useMemo } from "react";
22

33
() => {
44
const [startDate, setStartDate] = useState(new Date());

0 commit comments

Comments
 (0)