Skip to content

Commit ee39469

Browse files
committed
fix: bad import causing errors when used as a dependency
[ci skip]
1 parent 27f4d1b commit ee39469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
Hostname,
88
ServerCrypto,
99
} from './types';
10-
import type { Connection } from '@/native';
10+
import type { Connection } from './native';
1111
import type { LockBox, RWLockWriter } from '@matrixai/async-locks';
1212
import dns from 'dns';
1313
import { IPv4, IPv6, Validator } from 'ip-num';

0 commit comments

Comments
 (0)