aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/src/pages/error-rendering.astro
blob: 6984a6da5073231343381e9b3d35ef00207e2e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
import ImportsThrowsAnError from '../components/ImportsThrowsAnError';
---
<html>
<head>
	<title>Testing</title>
</head>
<body>
	<ImportsThrowsAnError />
</body>
</html>