diff --git a/bun.lockb b/bun.lockb index 2a6200c..86a7e38 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index a43e452..8609d3e 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"