We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512b367 commit a643a7eCopy full SHA for a643a7e
src/components/ui/input.tsx
@@ -1,7 +1,6 @@
1
import { cn } from '@/lib/utils'
2
import { type ComponentProps, type ReactNode, forwardRef } from 'react'
3
import { Label } from './Label'
4
-import { Label } from './Label'
5
6
export interface InputProps extends ComponentProps<'input'> {
7
iconLeft?: ReactNode
0 commit comments