Skip to content

Commit 119913e

Browse files
committed
fix: fixing up type exports
1 parent c45d096 commit 119913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { LogLevel } from '@matrixai/logger';
2-
import type { PolykeyAgentOptions } from 'polykey/dist/PolykeyAgent';
2+
import type { PolykeyAgentOptions } from 'polykey';
33
import type { POJO, DeepPartial } from 'polykey/dist/types';
44
import type { RecoveryCode } from 'polykey/dist/keys/types';
55
import type { StatusLive } from 'polykey/dist/status/types';

0 commit comments

Comments
 (0)