diff options
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/P.astro')
-rw-r--r-- | packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/P.astro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/P.astro b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/P.astro new file mode 100644 index 000000000..071e08a12 --- /dev/null +++ b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/P.astro @@ -0,0 +1,3 @@ +<p> + <slot /> +</p> |