'use client' export default function Page() { return ( <> <p>hello world</p> <main suppressHydrationWarning>Timestamp</main> </> ) }