import * as React from 'react' export default function page() { return
hello world
} export async function getServerSideProps() { return {} }