Skip to content

Commit 0949961

Browse files
committed
Fix import loop
1 parent 6f53122 commit 0949961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as t from 'io-ts';
2-
import {EmailAddressCodec} from '.';
2+
import {EmailAddressCodec} from './email-address';
33

44
export const User = t.strict({
55
emailAddress: EmailAddressCodec,

0 commit comments

Comments
 (0)