export default () =>

Hello World!

export const getServerSideProps = () => { return { props: { hello: 'world', }, } }