Skip to content

Commit 011d276

Browse files
committed
Changed import url
1 parent 99d34a5 commit 011d276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Checkout/Billing.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useForm } from 'react-hook-form';
22
import { InputField } from '../Input/InputField.component';
3-
import { getCustomNumberValidation } from '../../functions/functions';
3+
import { getCustomNumberValidation } from '../../utils/functions/functions';
44

55
const inputs = [
66
{ label: 'Fornavn', name: 'firstName' },

0 commit comments

Comments
 (0)