We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f53122 commit 0949961Copy full SHA for 0949961
src/types/user.ts
@@ -1,5 +1,5 @@
1
import * as t from 'io-ts';
2
-import {EmailAddressCodec} from '.';
+import {EmailAddressCodec} from './email-address';
3
4
export const User = t.strict({
5
emailAddress: EmailAddressCodec,
0 commit comments