diff options
Diffstat (limited to 'examples/with-multiple-frameworks/src/components/B.astro')
-rw-r--r-- | examples/with-multiple-frameworks/src/components/B.astro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/with-multiple-frameworks/src/components/B.astro b/examples/with-multiple-frameworks/src/components/B.astro deleted file mode 100644 index 9022cb372..000000000 --- a/examples/with-multiple-frameworks/src/components/B.astro +++ /dev/null @@ -1,3 +0,0 @@ -<div class="children"> - <h1>Hello Astro (B)</h1> -</div> |