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 99d34a5 commit 011d276Copy full SHA for 011d276
components/Checkout/Billing.component.jsx
@@ -1,6 +1,6 @@
1
import { useForm } from 'react-hook-form';
2
import { InputField } from '../Input/InputField.component';
3
-import { getCustomNumberValidation } from '../../functions/functions';
+import { getCustomNumberValidation } from '../../utils/functions/functions';
4
5
const inputs = [
6
{ label: 'Fornavn', name: 'firstName' },
0 commit comments