next.js/test/e2e/app-dir/ppr-navigations/stale-prefetch-entry/app/layout.tsx
layout.tsx10 lines142 B
import React from 'react'

export default function Root({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN