function Hi() { return (

Hello world!

) } Hi.getInitialProps = () => ({}) export default Hi