Skip to content

Commit

Permalink
feat: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
walt-it committed Oct 17, 2024
1 parent 5726629 commit 9ff0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/ui/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
DateValue,
} from "react-aria-components";
import { Calendar as AriaCalendar, Label, Text } from "react-aria-components";
import type { FieldValues, Path } from "react-hook-form";
import type { FieldValues } from "react-hook-form";
import { tv } from "tailwind-variants";

import { useFieldController } from "~/hooks";
Expand Down

0 comments on commit 9ff0ed0

Please sign in to comment.