chore: auto-fix linting and formatting issues

This commit is contained in:
hamster1963 2024-12-13 09:32:35 +00:00 committed by github-actions[bot]
parent 564809d848
commit 1b7fc8d5e8
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

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