We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25ad43 commit f929039Copy full SHA for f929039
src/components/Time.tsx
@@ -1,7 +1,6 @@
1
-import dayjs from "dayjs";
2
import React, { ChangeEvent, useContext } from "react";
3
4
-import { DATE_FORMAT, RING_COLOR } from "../constants";
+import { RING_COLOR } from "../constants";
5
import DatepickerContext from "../contexts/DatepickerContext";
6
import { classNames as cn, formatDateTimeToISO } from "../helpers";
7
import { PeriodDay } from "../types";
0 commit comments