Skip to content

Commit 4b90103

Browse files
authored
Update PhoneInput.tsx
1 parent be02e83 commit 4b90103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Join/PhoneInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import InputForm from '../common/InputForm.tsx';
22
import { useJoinState } from '../../stores/joinStore.ts';
3-
import { FormatPhone } from './formatPhone.tsx';
3+
import { FormatPhone } from './FormatPhone.tsx';
44
import { LooseValidation, ValidateProcessor } from '../../utils/authUtils.ts';
55

66
const PhoneInput = () => {

0 commit comments

Comments
 (0)