diff options
Diffstat (limited to 'examples/container-with-vitest/src/components/Card.astro')
-rw-r--r-- | examples/container-with-vitest/src/components/Card.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/container-with-vitest/src/components/Card.astro b/examples/container-with-vitest/src/components/Card.astro new file mode 100644 index 000000000..a7e49f41c --- /dev/null +++ b/examples/container-with-vitest/src/components/Card.astro @@ -0,0 +1,8 @@ +--- + +--- + +<div> + This is a card + <slot /> +</div> |