aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/src/button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/css-stress-test/src/button.tsx')
-rw-r--r--examples/css-stress-test/src/button.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/css-stress-test/src/button.tsx b/examples/css-stress-test/src/button.tsx
deleted file mode 100644
index 42207a6ca..000000000
--- a/examples/css-stress-test/src/button.tsx
+++ /dev/null
@@ -1 +0,0 @@
-export const Button = ({ children }) => <div>asdasasd{children}</div>;