export const getServerSideProps = protectClientRoute(async () => { return { props: {}, }; });