diff --git a/application/src/components/ui/popover.tsx b/application/src/components/ui/popover.tsx index bbba7e0..aaba3ea 100644 --- a/application/src/components/ui/popover.tsx +++ b/application/src/components/ui/popover.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import * as PopoverPrimitive from "@radix-ui/react-popover" @@ -26,4 +27,4 @@ const PopoverContent = React.forwardRef< )) PopoverContent.displayName = PopoverPrimitive.Content.displayName -export { Popover, PopoverTrigger, PopoverContent } +export { Popover, PopoverTrigger, PopoverContent } \ No newline at end of file diff --git a/application/src/components/ui/separator.tsx b/application/src/components/ui/separator.tsx index 6d7f122..4116649 100644 --- a/application/src/components/ui/separator.tsx +++ b/application/src/components/ui/separator.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import * as SeparatorPrimitive from "@radix-ui/react-separator" @@ -26,4 +27,4 @@ const Separator = React.forwardRef< ) Separator.displayName = SeparatorPrimitive.Root.displayName -export { Separator } +export { Separator } \ No newline at end of file diff --git a/application/src/components/ui/textarea.tsx b/application/src/components/ui/textarea.tsx index 9f9a6dc..f2fd249 100644 --- a/application/src/components/ui/textarea.tsx +++ b/application/src/components/ui/textarea.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import { cn } from "@/lib/utils" @@ -10,7 +11,7 @@ const Textarea = React.forwardRef( return (