export default () => (
	<div>
		<h1>Hello World</h1>
		<p>Hello World</p>
		<style jsx>{`
			p {
				font-size: 12px;
			}
		`}</style>
	</div>
)
