next.js/test/development/app-dir/segment-explorer/app/(all)/file-segments/layout.tsx
layout.tsx9 lines135 B
export default function Layout({ children }) {
  return (
    <div>
      <h2>Layout</h2>
      <div>{children}</div>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN