Skip to content

Commit bdff948

Browse files
committed
fix build error
1 parent de4eb44 commit bdff948

File tree

1 file changed

+1
-1
lines changed
  • src/js/packages/@reactpy/client/src

1 file changed

+1
-1
lines changed

src/js/packages/@reactpy/client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export * from "./vdom";
66
export * from "./websocket";
77
export { default as React } from "preact/compat";
88
export { default as ReactDOM } from "preact/compat";
9-
export { default as preact } from "preact";
9+
export * as preact from "preact";

0 commit comments

Comments
 (0)