export const getServerSideProps = () => ({ props: { hi: 'hi' } }) export default (props) =>

{JSON.stringify(props)}