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