next.js/test/e2e/app-dir/segment-cache/no-prefetch/app/layout.tsx
layout.tsx9 lines159 B
export default function RootLayout({ children }: LayoutProps<'/'>) {
  return (
    <html>
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN