Skip to content

Commit

Permalink
Merge pull request #169 from Step3-kakao-tech-campus/fix/#138
Browse files Browse the repository at this point in the history
fix: 파일 이름 수정(signupType.d.ts)
  • Loading branch information
LimSumi authored Nov 7, 2023
2 parents ba668fe + 7dcb8f1 commit 0a6900d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/signUp/components/SignupInputForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
EmailConfirmProps,
EmailValidationProps,
LoadingProps,
} from '../signupType';
} from '../signupType';
import VSignupInputForm from './VSignupInputForm';

const SignupInputForm = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/signUp/components/VAddressInputGroup.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Container from 'commons/Container';
import Postcode from 'commons/PostCode';
import { AddressInputProps } from '../signupType';
import { AddressInputProps } from '../signupType';

const VAddressInputGroup = ({
handleChange,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/signUp/components/VSignupInputForm.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import AddressInputGroup from 'pages/signUp/components/AddressInputGroup';
import InputGroup from 'commons/InputGroup';
import { ClipLoader } from 'react-spinners';
import { VSignupInputProps, ValidationProps } from '../signupType';
import { VSignupInputProps, ValidationProps } from '../signupType';

const ValidateText = ({ text, className }: ValidationProps) => {
return text ? <div className={className}>{text}</div> : null;
Expand Down
File renamed without changes.

0 comments on commit 0a6900d

Please sign in to comment.