diff options
Diffstat (limited to 'test/fixtures/astro-markdown/src/components/Example.jsx')
-rw-r--r-- | test/fixtures/astro-markdown/src/components/Example.jsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/fixtures/astro-markdown/src/components/Example.jsx b/test/fixtures/astro-markdown/src/components/Example.jsx deleted file mode 100644 index 57bde3a95..000000000 --- a/test/fixtures/astro-markdown/src/components/Example.jsx +++ /dev/null @@ -1,5 +0,0 @@ -import { h } from 'preact'; - -export default function() { - return <div id="test">Testing</div> -}
\ No newline at end of file |