next.js/test/e2e/app-dir/fallback-shells/app/without-io/layout.jsx
layout.jsx12 lines188 B
import { Suspense } from 'react'

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