Skip to content

Commit 3d76c5b

Browse files
committed
export preact in reactpy client
1 parent 8db1f9e commit 3d76c5b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +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";

0 commit comments

Comments
 (0)