From 195b1ce85123907ec81e9a13d97d82c8cf064e14 Mon Sep 17 00:00:00 2001 From: John Wu Date: Sat, 14 Oct 2023 00:23:37 -0500 Subject: [PATCH] chore src/components/ui/textarea.tsx --- 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 151c7d2..0000000 --- a/src/components/ui/textarea.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import * as React from 'react' - -import { cn } from '@/utils/index' - -export interface TextareaProps extends React.TextareaHTMLAttributes {} - -const Textarea = React.forwardRef(({ className, ...props }, ref) => { - return ( -