diff --git "a/src/components/projectFormComponents/\bstepComponent/StepComponent.styled.ts" b/src/components/projectFormComponents/stepComponent/StepComponent.styled.ts similarity index 100% rename from "src/components/projectFormComponents/\bstepComponent/StepComponent.styled.ts" rename to src/components/projectFormComponents/stepComponent/StepComponent.styled.ts diff --git "a/src/components/projectFormComponents/\bstepComponent/StepComponent.tsx" b/src/components/projectFormComponents/stepComponent/StepComponent.tsx similarity index 91% rename from "src/components/projectFormComponents/\bstepComponent/StepComponent.tsx" rename to src/components/projectFormComponents/stepComponent/StepComponent.tsx index bdc9313f..15601587 100644 --- "a/src/components/projectFormComponents/\bstepComponent/StepComponent.tsx" +++ b/src/components/projectFormComponents/stepComponent/StepComponent.tsx @@ -1,7 +1,5 @@ import React, { Dispatch, SetStateAction } from 'react'; import * as S from './StepComponent.styled'; -import { FaCheck } from 'react-icons/fa'; -import { IoClose } from 'react-icons/io5'; import { StepProp } from '../../../hooks/useMultiStepForm'; type StepComponentProps = { diff --git a/src/pages/apply/ApplyStep.tsx b/src/pages/apply/ApplyStep.tsx index bb4f9e9b..b800cdd7 100644 --- a/src/pages/apply/ApplyStep.tsx +++ b/src/pages/apply/ApplyStep.tsx @@ -16,7 +16,7 @@ import useApplyProject from '../../hooks/useApplyProject'; import useAuthStore from '../../store/authStore'; import { useEffect } from 'react'; import useMultiStepForm from '../../hooks/useMultiStepForm'; -import StepComponent from '../../components/projectFormComponents/\bstepComponent/StepComponent'; +import StepComponent from '../../components/projectFormComponents/stepComponent/StepComponent'; import Button from '../../components/common/Button/Button'; const ApplyScheme = z.object({