export default function Page() { return <div>User</div> } export function getServerSideProps() { return { props: {}, } }