Skip to content

Commit a643a7e

Browse files
fix: erros
1 parent 512b367 commit a643a7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ui/input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { cn } from '@/lib/utils'
22
import { type ComponentProps, type ReactNode, forwardRef } from 'react'
33
import { Label } from './Label'
4-
import { Label } from './Label'
54

65
export interface InputProps extends ComponentProps<'input'> {
76
iconLeft?: ReactNode

0 commit comments

Comments
 (0)