Appearance
Prevent common typos in Next.js's data fetching functions
export default function Page() { return <div></div>; } export async function getServurSideProps() {}