next.js/test/e2e/filesystem-cache/pages/pages.tsx
pages.tsx9 lines144 B
export default function Page() {
  return (
    <>
      <p>hello world</p>
      <main suppressHydrationWarning>Timestamp</main>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN