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, 1 insertions, 0 deletions
diff --git a/examples/css-stress-test/src/button.tsx b/examples/css-stress-test/src/button.tsx
new file mode 100644
index 000000000..42207a6ca
--- /dev/null
+++ b/examples/css-stress-test/src/button.tsx
@@ -0,0 +1 @@
+export const Button = ({ children }) => <div>asdasasd{children}</div>;