next.js/test/development/app-dir/segment-explorer/app/boundary/layout.tsx
layout.tsx9 lines164 B
export default function Layout({ children }: { children: React.ReactNode }) {
  return (
    <div>
      <h1>Boundary Layout</h1>
      {children}
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN