diff options
Diffstat (limited to 'packages/integrations/markdoc/test/fixtures/render-null/src/components/DivWrapper.astro')
-rw-r--r-- | packages/integrations/markdoc/test/fixtures/render-null/src/components/DivWrapper.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/render-null/src/components/DivWrapper.astro b/packages/integrations/markdoc/test/fixtures/render-null/src/components/DivWrapper.astro new file mode 100644 index 000000000..942a11945 --- /dev/null +++ b/packages/integrations/markdoc/test/fixtures/render-null/src/components/DivWrapper.astro @@ -0,0 +1 @@ +<div class="div-wrapper"><slot /></div> |