next.js/test/e2e/filesystem-cache/app/client/page.tsx
page.tsx11 lines158 B
'use client'

export default function Page() {
  return (
    <>
      <p>hello world</p>
      <main suppressHydrationWarning>Timestamp</main>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN