diff options
author | 2021-07-24 15:00:08 -0700 | |
---|---|---|
committer | 2021-07-24 15:00:08 -0700 | |
commit | 5354a44d6a60a18b0410ebb3413153b408398faf (patch) | |
tree | d38ba5b88cf91f8b97decf888325fc1ce25c7396 /demos/css-stress-test/src/components/button.tsx | |
parent | 610c75a4922f76096b07dee38df1c101b61261a9 (diff) | |
download | bun-5354a44d6a60a18b0410ebb3413153b408398faf.tar.gz bun-5354a44d6a60a18b0410ebb3413153b408398faf.tar.zst bun-5354a44d6a60a18b0410ebb3413153b408398faf.zip |
wip
Former-commit-id: 796a9854b4a698b309a6e7a4c040047558858da6
Diffstat (limited to 'demos/css-stress-test/src/components/button.tsx')
-rw-r--r-- | demos/css-stress-test/src/components/button.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/css-stress-test/src/components/button.tsx b/demos/css-stress-test/src/components/button.tsx index 3f55fae34..7d7b6623e 100644 --- a/demos/css-stress-test/src/components/button.tsx +++ b/demos/css-stress-test/src/components/button.tsx @@ -25,13 +25,3 @@ const Button = ({ label, label2, onClick }) => { </div> ); }; - -const Bacon = Button; - -export { Bacon, Bacon as Button }; - -const RefreshLike = () => {}; - -const useBacon = () => { - return [1, 8]; -}; |