From 564809d848b5fa5524a63f409c0a108defa43c4a Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 13 Dec 2024 17:31:59 +0800 Subject: [PATCH] test: lint --- src/components/ui/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index 8609d3e..a43e452 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -15,7 +15,7 @@ const Input = React.forwardRef( ref={ref} {...props} /> - ) + ); }, ) Input.displayName = "Input"