diff --git a/src/pages/signUp/components/SignupInputForm.tsx b/src/pages/signUp/components/SignupInputForm.tsx index 4093ce9a..6ec7b860 100644 --- a/src/pages/signUp/components/SignupInputForm.tsx +++ b/src/pages/signUp/components/SignupInputForm.tsx @@ -7,7 +7,7 @@ import { EmailConfirmProps, EmailValidationProps, LoadingProps, -} from '../signupType'; +} from '../signupType'; import VSignupInputForm from './VSignupInputForm'; const SignupInputForm = () => { diff --git a/src/pages/signUp/components/VAddressInputGroup.tsx b/src/pages/signUp/components/VAddressInputGroup.tsx index f0f2244d..614e466b 100644 --- a/src/pages/signUp/components/VAddressInputGroup.tsx +++ b/src/pages/signUp/components/VAddressInputGroup.tsx @@ -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, diff --git a/src/pages/signUp/components/VSignupInputForm.tsx b/src/pages/signUp/components/VSignupInputForm.tsx index 9cf484a1..4af71907 100644 --- a/src/pages/signUp/components/VSignupInputForm.tsx +++ b/src/pages/signUp/components/VSignupInputForm.tsx @@ -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 ?
{text}
: null; diff --git "a/src/pages/signUp/\bsignupType.d.ts" b/src/pages/signUp/signupType.d.ts similarity index 100% rename from "src/pages/signUp/\bsignupType.d.ts" rename to src/pages/signUp/signupType.d.ts