next.js/test/e2e/app-dir/actions-allowed-origins/unsafe-origins/app/layout.js
layout.js9 lines136 B
export default function RootLayout({ children }) {
  return (
    <html>
      <head />
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN