next.js/test/development/replayed-internal-errors/app/layout.tsx
layout.tsx11 lines168 B
import * as React from 'react'

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