Skip to content

Commit caafbd3

Browse files
committed
Fix type...
1 parent 946476f commit caafbd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Time.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import React, { ChangeEvent, useCallback, useContext } from "react";
1+
import React, { ChangeEvent, useContext } from "react";
22

33
import { RING_COLOR } from "../constants";
44
import DatepickerContext from "../contexts/DatepickerContext";
55
import { classNames as cn, formatDateTimeToISO } from "../helpers";
6-
7-
import { PeriodDay } from "types";
6+
import { PeriodDay } from "../types";
87

98
const Time: React.FC = () => {
109
// Contexts

0 commit comments

Comments
 (0)