summaryrefslogtreecommitdiff
path: root/test/fixtures/react-component/src/components/Hello.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/react-component/src/components/Hello.jsx')
-rw-r--r--test/fixtures/react-component/src/components/Hello.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/fixtures/react-component/src/components/Hello.jsx b/test/fixtures/react-component/src/components/Hello.jsx
deleted file mode 100644
index 4b6c416a9..000000000
--- a/test/fixtures/react-component/src/components/Hello.jsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import React from 'react';
-
-export default function ({ name }) {
- return <h2 id="react-h2">Hello {name}!</h2>;
-}