From 66668d85d603c5841d755a6023aa1925559fc6d4 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 01:32:51 +0800 Subject: chore(workspace): replace legacy codes --- packages/ui-new/src/components/ui/textarea.tsx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 packages/ui-new/src/components/ui/textarea.tsx (limited to 'packages/ui-new/src/components/ui/textarea.tsx') diff --git a/packages/ui-new/src/components/ui/textarea.tsx b/packages/ui-new/src/components/ui/textarea.tsx deleted file mode 100644 index 3c3e5d0..0000000 --- a/packages/ui-new/src/components/ui/textarea.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import type * as React from "react"; - -import { cn } from "@/lib/utils"; - -function Textarea({ className, ...props }: React.ComponentProps<"textarea">) { - return ( -