Skip to content

Commit

Permalink
refactor: rename VisaRegistrationForm.styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Nov 4, 2024
1 parent 9020c86 commit 949afea
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 76 deletions.
144 changes: 70 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/features/registerVisa/VisaRegistrationForm.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, Flex, Input, Modal } from '@/components/common';
import { ChangeEvent, useMemo, useState } from 'react';
import { useRegisterVisaInfo } from '@/apis/applicants/hooks/useRegisterVisaInfo';
import { buttonStyle, ErrorMessage, Form, inputStyle } from './index.styles';
import { buttonStyle, ErrorMessage, Form, inputStyle } from './VisaRegistrationForm.styles';
import { validateForeignerNumber } from './validateForeignerNumber';

export default function VisaRegistrationForm() {
Expand Down Expand Up @@ -84,4 +84,4 @@ export default function VisaRegistrationForm() {
)}
</>
);
}
}

0 comments on commit 949afea

Please sign in to comment.