aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro
blob: f24bf4f3c288674021430d1a118202711c42a3ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
import One from '../layouts/One.astro'

import { Content } from '../test.mdx'
---

<One>
	<h1>Astro</h1>
	<Content />
</One>