summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/css-head-mdx/src/components/WithHoistedScripts.astro
blob: 0b8c4445f6fd4da92d88f903114e4b073dc284b8 (plain) (blame)
1
2
3
4
5
6
---
---

<script>
	console.log('hoisted')
	</script>