We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be02e83 commit 4b90103Copy full SHA for 4b90103
src/components/Join/PhoneInput.tsx
@@ -1,6 +1,6 @@
1
import InputForm from '../common/InputForm.tsx';
2
import { useJoinState } from '../../stores/joinStore.ts';
3
-import { FormatPhone } from './formatPhone.tsx';
+import { FormatPhone } from './FormatPhone.tsx';
4
import { LooseValidation, ValidateProcessor } from '../../utils/authUtils.ts';
5
6
const PhoneInput = () => {
0 commit comments