Skip to content

Commit

Permalink
Fix type...
Browse files Browse the repository at this point in the history
  • Loading branch information
julioflima committed Feb 10, 2024
1 parent 946476f commit caafbd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Time.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React, { ChangeEvent, useCallback, useContext } from "react";
import React, { ChangeEvent, useContext } from "react";

import { RING_COLOR } from "../constants";
import DatepickerContext from "../contexts/DatepickerContext";
import { classNames as cn, formatDateTimeToISO } from "../helpers";

import { PeriodDay } from "types";
import { PeriodDay } from "../types";

const Time: React.FC = () => {
// Contexts
Expand Down

0 comments on commit caafbd3

Please sign in to comment.