next.js/test/e2e/swc-plugins/app/layout.js
layout.js10 lines158 B
import React from 'react'

export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN