aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/src/components/ImportsThrowsAnError.jsx
blob: d6ff21dc3e40049b4e5876d9d58444178d36a1d1 (plain) (blame)
1
2
3
4
5
6
7
import ThrowsAnError from "./ThrowsAnError";

export default function() {
	return <>
		<ThrowsAnError />
	</>
}