diff --git a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx b/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx index 05402f093..0f375cf1f 100644 --- a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx +++ b/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx @@ -1,4 +1,4 @@ -import { type ForwardedRef,forwardRef } from "react" +import { type ForwardedRef, forwardRef } from "react" import { Input as AriaInput, Label as AriaLabel } from "react-aria-components" import Label from "@/components/TempDesignSystem/Form/Label"