diff options
author | 2021-06-29 17:47:58 -0700 | |
---|---|---|
committer | 2021-06-29 17:47:58 -0700 | |
commit | 3f197d1ce0c197864ad4c7c7b8238af4370275b4 (patch) | |
tree | 7d76dcc182e80c5b67db1568e769977229649980 /demos/css-stress-test/src/main.tsx | |
parent | 26745bb5f300481fc242c8e81de6f252f698c863 (diff) | |
download | bun-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.tsx | 2 |
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 ( <> |