diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index 68551b9..c03dd6a 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import { cn } from "@/lib/utils" @@ -8,7 +9,7 @@ const Input = React.forwardRef>(