export default function Page(props) { return
about
} export const getServerSideProps = () => { return { props: {}, } }