Skip to content

Commit f929039

Browse files
committed
remove unused.
1 parent f25ad43 commit f929039

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Time.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import dayjs from "dayjs";
21
import React, { ChangeEvent, useContext } from "react";
32

4-
import { DATE_FORMAT, RING_COLOR } from "../constants";
3+
import { RING_COLOR } from "../constants";
54
import DatepickerContext from "../contexts/DatepickerContext";
65
import { classNames as cn, formatDateTimeToISO } from "../helpers";
76
import { PeriodDay } from "../types";

0 commit comments

Comments
 (0)