diff options
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]; -}; |