next.js/test/production/app-dir/use-cache-expire/app/layout.tsx
layout.tsx12 lines157 B
export default function RootLayout({
  children,
}: {
  children: React.ReactNode
}) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN