aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/src/components/new-comp.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/css-stress-test/src/components/new-comp.tsx')
-rw-r--r--examples/css-stress-test/src/components/new-comp.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/css-stress-test/src/components/new-comp.tsx b/examples/css-stress-test/src/components/new-comp.tsx
deleted file mode 100644
index f09c64a54..000000000
--- a/examples/css-stress-test/src/components/new-comp.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export const NewComponent = () => {
- return <div>NEW!</div>;
-};