aboutsummaryrefslogtreecommitdiff
path: root/demos/css-stress-test/src/main.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-29 17:47:58 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-29 17:47:58 -0700
commit3f197d1ce0c197864ad4c7c7b8238af4370275b4 (patch)
tree7d76dcc182e80c5b67db1568e769977229649980 /demos/css-stress-test/src/main.tsx
parent26745bb5f300481fc242c8e81de6f252f698c863 (diff)
downloadbun-3f197d1ce0c197864ad4c7c7b8238af4370275b4.tar.gz
bun-3f197d1ce0c197864ad4c7c7b8238af4370275b4.tar.zst
bun-3f197d1ce0c197864ad4c7c7b8238af4370275b4.zip
Fix crash, fix detecting node_modules, fix undefined not being simplified
Diffstat (limited to 'demos/css-stress-test/src/main.tsx')
-rw-r--r--demos/css-stress-test/src/main.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/css-stress-test/src/main.tsx b/demos/css-stress-test/src/main.tsx
index 1a9948fe8..c95d0f0eb 100644
--- a/demos/css-stress-test/src/main.tsx
+++ b/demos/css-stress-test/src/main.tsx
@@ -1,5 +1,3 @@
-import React from "react";
-
export const Main = ({ productName }) => {
return (
<>