Skip to content

Commit 4d9c169

Browse files
committed
fix default import
1 parent e4af3dd commit 4d9c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FieldArray.d.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react'
22
import { Form, Field } from 'react-final-form'
3-
import * as arrayMutators from 'final-form-arrays'
3+
import arrayMutators from 'final-form-arrays'
44
import { FieldArray } from './index'
55

66
const onSubmit = async (values: any) => {

0 commit comments

Comments
 (0)