From a93f89ff05f1ee70442cf6e46898278ffcafb064 Mon Sep 17 00:00:00 2001 From: Didrik Munther Date: Sun, 4 Aug 2024 22:27:50 +0200 Subject: [PATCH] Reformat texarea file --- apps/dashboard/src/components/ui/textarea.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/dashboard/src/components/ui/textarea.tsx b/apps/dashboard/src/components/ui/textarea.tsx index 891eb579..5c623bd9 100644 --- a/apps/dashboard/src/components/ui/textarea.tsx +++ b/apps/dashboard/src/components/ui/textarea.tsx @@ -3,21 +3,21 @@ import * as React from "react" import { cn } from "@/utils/cx" export interface TextareaProps - extends React.TextareaHTMLAttributes {} + extends React.TextareaHTMLAttributes {} const Textarea = React.forwardRef( - ({ className, ...props }, ref) => { - return ( -