test: lint

This commit is contained in:
hamster1963
2024-12-13 17:31:59 +08:00
parent 70d6928987
commit 564809d848

View File

@@ -15,7 +15,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
ref={ref}
{...props}
/>
)
);
},
)
Input.displayName = "Input"