diff --git a/src/components/common/Input/index.tsx b/src/components/common/Input/index.tsx index 56935c4..7744373 100644 --- a/src/components/common/Input/index.tsx +++ b/src/components/common/Input/index.tsx @@ -3,7 +3,7 @@ import { forwardRef } from 'react'; import { Props } from './Input.types'; import { Icon } from '../Icon'; -import { Body4, Caption } from '../Typography'; +import { Body4 } from '../Typography'; export const Input = forwardRef( ({ value, onClickReset, isValid, errorMessage, ...props }, ref) => {