Skip to content

Commit

Permalink
remove unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
julioflima committed Feb 12, 2024
1 parent f25ad43 commit f929039
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Time.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import dayjs from "dayjs";
import React, { ChangeEvent, useContext } from "react";

import { DATE_FORMAT, RING_COLOR } from "../constants";
import { RING_COLOR } from "../constants";
import DatepickerContext from "../contexts/DatepickerContext";
import { classNames as cn, formatDateTimeToISO } from "../helpers";
import { PeriodDay } from "../types";
Expand Down

0 comments on commit f929039

Please sign in to comment.