import styles from '../styles/style.scss'
export default () => (
<div>
Hello World!
<style jsx>{styles}</style>
</div>
)