diff options
Diffstat (limited to 'bench/react-hello-world/react-hello-world.jsx')
-rw-r--r-- | bench/react-hello-world/react-hello-world.jsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bench/react-hello-world/react-hello-world.jsx b/bench/react-hello-world/react-hello-world.jsx index 4c3fc5967..9391963c3 100644 --- a/bench/react-hello-world/react-hello-world.jsx +++ b/bench/react-hello-world/react-hello-world.jsx @@ -1,7 +1,4 @@ -// import { renderToReadableStream } from "react-dom/server.browser"; -var { renderToReadableStream } = import.meta.require( - "../../test/bun.js/reactdom-bun.js" -); +import { renderToReadableStream } from "react-dom/server.browser"; const headers = { headers: { |