'use client' export default function Page() { return <p>hello world</p> } export const unstable_instant = true