summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-plus-react/src/pages/index.astro
blob: 2486e78342be12d168fd5567c1d3f271a6a8402f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
import Component from "../components/Component.jsx";
---
<html>
	<head>
		<title>Testing</title>
	</head>
	<body>
		<Component />
	</body>
</html>