'use client' export default function Page() { return ( <main> <h1>Use Client Example</h1> </main> ) }