b91e262
1
2
3
4
5
export default async function Page() { await new Promise((r) => setTimeout(r, 200)) return <p>Page</p> }