Skip to content

Commit 9cf1ac7

Browse files
committed
fix: fixed wrong import from common
1 parent 8baeee9 commit 9cf1ac7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/common/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export * from "./compiling/AtomicCompileHelper";
2222
export * from "./compiling/CompileRegistry";
2323
export * from "./compiling/CompilableModule";
2424
export * from "./compiling/services/ChildVerificationKeyService";
25+
export * from "./config/injectAlias";

packages/sequencer/src/sequencer/builder/Closeable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { implement } from "@proto-kit/common/dist/config/injectAlias";
1+
import { implement } from "@proto-kit/common";
22

33
export interface Closeable {
44
close: () => Promise<void>;

0 commit comments

Comments
 (0)