Skip to content

Commit 047baaf

Browse files
committed
fix: comment out voice export in index.ts
1 parent 45e504e commit 047baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-runtime/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export * from "./storage/index.js";
2121
// Tools
2222
export * from "./tools/index.js";
2323
// Voice
24-
export * from "./voice/index.js";
24+
// export * from "./voice/index.js";

0 commit comments

Comments
 (0)