export default function Page() { return
bar
} export async function getServerSideProps() { return { props: { data: {}, }, } }