next.js/test/e2e/app-dir/app-prefetch-false-loading/app/layout.tsx
layout.tsx10 lines185 B
import React from 'react'

export default function Root({ children }: { children: React.ReactNode }) {
  return (
    <html lang={'en'}>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN