Skip to content

Commit

Permalink
chore : remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Dec 4, 2024
1 parent a38ff49 commit c530a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLInputElement, Props>(
({ value, onClickReset, isValid, errorMessage, ...props }, ref) => {
Expand Down

0 comments on commit c530a9c

Please sign in to comment.