diff options
Diffstat (limited to 'packages/astro/test/fixtures/astro-slots-nested/src/components/PassesChildrenSv.svelte')
-rw-r--r-- | packages/astro/test/fixtures/astro-slots-nested/src/components/PassesChildrenSv.svelte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/astro-slots-nested/src/components/PassesChildrenSv.svelte b/packages/astro/test/fixtures/astro-slots-nested/src/components/PassesChildrenSv.svelte new file mode 100644 index 000000000..5ae6ee056 --- /dev/null +++ b/packages/astro/test/fixtures/astro-slots-nested/src/components/PassesChildrenSv.svelte @@ -0,0 +1,3 @@ +<div class="svelte-children"> + <slot></slot> +</div> |