Skip to content

Commit 28d8bed

Browse files
committed
rollback changes
1 parent ed09eff commit 28d8bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sandbox-app/simple-delayed-fields.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect } from 'react';
2+
import { useForm } from '../src';
23

34
import { Input } from './components/Input';
4-
import { useForm } from '../src';
55

66
function useMyApiValue(): string {
77
const [value, setValue] = React.useState('');

0 commit comments

Comments
 (0)