From e1a5ac2e296550b50d1618dc01969905ab878368 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 04:14:24 +0000 Subject: [PATCH] Modified by www.SourceFiles.app --- src/components/ui/textarea.tsx | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/components/ui/textarea.tsx diff --git a/src/components/ui/textarea.tsx b/src/components/ui/textarea.tsx deleted file mode 100644 index 29330b6..0000000 --- a/src/components/ui/textarea.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import * as React from "react"; - -import { cn } from "@/lib/utils"; - -const Textarea = React.forwardRef>( - ({ className, ...props }, ref) => { - return ( -