From 9594c82180437d9ef7151372ec6d6cfe92eb1a7f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 17 Aug 2022 07:55:19 -0700 Subject: Update react-hello-world.jsx --- bench/react-hello-world/react-hello-world.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/react-hello-world/react-hello-world.jsx') 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: { -- cgit v1.2.3