From 9ff0ed02ecd71f63b343b170a54a16220824c9e7 Mon Sep 17 00:00:00 2001 From: walt-it Date: Thu, 17 Oct 2024 11:37:40 -0300 Subject: [PATCH] feat: remove unused type --- src/shared/components/ui/Calendar/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/ui/Calendar/Calendar.tsx b/src/shared/components/ui/Calendar/Calendar.tsx index 69cf340..22e02af 100644 --- a/src/shared/components/ui/Calendar/Calendar.tsx +++ b/src/shared/components/ui/Calendar/Calendar.tsx @@ -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";