Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
myoungjinGo-FE committed Nov 20, 2024
1 parent 9551a4b commit bea6279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/global/CustomInput/CustomInput.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { InputHTMLAttributes, ReactNode } from 'react';
import { Container, Label, InputWrapper, StyledInput, SuffixContainer, Message } from './CustomButton.styles';
import { InputHTMLAttributes, ReactNode } from 'react';
import { Container, Label, InputWrapper, StyledInput, SuffixContainer, Message } from './CustomInput.styles';

interface CustomInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> {
label?: string;
Expand Down

0 comments on commit bea6279

Please sign in to comment.