diff options
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro')
-rw-r--r-- | packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro new file mode 100644 index 000000000..0b8c4445f --- /dev/null +++ b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro @@ -0,0 +1,6 @@ +--- +--- + +<script> + console.log('hoisted') + </script> |