export default function Page() { return ( <> <p>Loader</p> <main suppressHydrationWarning>Timestamp</main> </> ) }