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