From fd80d0a22dd123e00c9f4480c4b22ffe50d9d092 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 21 Nov 2021 17:30:50 -0800 Subject: Fix loading CSS benchmark --- .../css-stress-test/pages/css-in-js.tsx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 bench/hot-module-reloading/css-stress-test/pages/css-in-js.tsx (limited to 'bench/hot-module-reloading/css-stress-test/pages/css-in-js.tsx') diff --git a/bench/hot-module-reloading/css-stress-test/pages/css-in-js.tsx b/bench/hot-module-reloading/css-stress-test/pages/css-in-js.tsx deleted file mode 100644 index f2fac3f08..000000000 --- a/bench/hot-module-reloading/css-stress-test/pages/css-in-js.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { CSSInJSStyles } from "src/css-in-js-styles"; -import { Main } from "src/main"; -export function CSSInJS() { - return ( - <> - -
- - ); -} - -export default CSSInJS; -- cgit v1.2.3