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

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