diff options
author | 2022-08-17 07:55:19 -0700 | |
---|---|---|
committer | 2022-08-17 07:55:19 -0700 | |
commit | 9594c82180437d9ef7151372ec6d6cfe92eb1a7f (patch) | |
tree | deedc5792da51756483d797d7898090f5953e4dc /bench/react-hello-world/react-hello-world.jsx | |
parent | 93b663e43d2288cea5f7b2e8f045c719427a914f (diff) | |
download | bun-9594c82180437d9ef7151372ec6d6cfe92eb1a7f.tar.gz bun-9594c82180437d9ef7151372ec6d6cfe92eb1a7f.tar.zst bun-9594c82180437d9ef7151372ec6d6cfe92eb1a7f.zip |
Update react-hello-world.jsx
Diffstat (limited to 'bench/react-hello-world/react-hello-world.jsx')
-rw-r--r-- | bench/react-hello-world/react-hello-world.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/react-hello-world/react-hello-world.jsx b/bench/react-hello-world/react-hello-world.jsx index 9391963c3..15f2b000b 100644 --- a/bench/react-hello-world/react-hello-world.jsx +++ b/bench/react-hello-world/react-hello-world.jsx @@ -1,4 +1,4 @@ -import { renderToReadableStream } from "react-dom/server.browser"; +import { renderToReadableStream } from "../../test/bun.js/reactdom-bun.js"; const headers = { headers: { |