({children})
| 64 | } |
| 65 | |
| 66 | function SectionLabel({children}) { |
| 67 | return ( |
| 68 | <Typography variant="overline" |
| 69 | sx={{color: "text.secondary", fontWeight: 700, letterSpacing: "0.08em", display: "block", mb: 1.5}}> |
| 70 | {children} |
| 71 | </Typography> |
| 72 | ); |
| 73 | } |
| 74 | |
| 75 | export default function ProgramIndex() { |
| 76 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected