We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946476f commit caafbd3Copy full SHA for caafbd3
src/components/Time.tsx
@@ -1,10 +1,9 @@
1
-import React, { ChangeEvent, useCallback, useContext } from "react";
+import React, { ChangeEvent, useContext } from "react";
2
3
import { RING_COLOR } from "../constants";
4
import DatepickerContext from "../contexts/DatepickerContext";
5
import { classNames as cn, formatDateTimeToISO } from "../helpers";
6
-
7
-import { PeriodDay } from "types";
+import { PeriodDay } from "../types";
8
9
const Time: React.FC = () => {
10
// Contexts
0 commit comments