Skip to content

Commit

Permalink
fixup! chore(types): strict imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 22, 2024
1 parent fd518d9 commit 8d1aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal/test/types.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expectNotType, expectType } from 'tsd';
import { E, ERef } from '@endo/far';
import { E, type ERef } from '@endo/far';
import type { Remote } from '../src/types.js';
import type { StorageNode } from '../src/lib-chainStorage.js';

Expand Down

0 comments on commit 8d1aee0

Please sign in to comment.