From 4719bf14d70bd16fee0c73432c22858bd12f48a6 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 22 Aug 2026 23:08:36 +0000 Subject: [PATCH] Terminal --- 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 ( -