diff options
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: { |