Skip to content

Commit 7951951

Browse files
authored
fix: exchange fp-ts/Either over fp-ts/lib/Either (#419)
1 parent ad4ae4a commit 7951951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-ts/src/io-ts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Either from 'fp-ts/lib/Either';
1+
import * as Either from 'fp-ts/Either';
22
import { pipe } from 'fp-ts/function';
33
import { toNestError, validateFieldsNatively } from '@hookform/resolvers';
44
import errorsToRecord from './errorsToRecord';

0 commit comments

Comments
 (0)