({children})
| 54 | } |
| 55 | |
| 56 | function SectionLabel({children}) { |
| 57 | return ( |
| 58 | <Typography variant="overline" |
| 59 | sx={{color: "text.secondary", fontWeight: 700, letterSpacing: "0.08em", display: "block", mb: 1.5}}> |
| 60 | {children} |
| 61 | </Typography> |
| 62 | ); |
| 63 | } |
| 64 | |
| 65 | export default function PostIndex() { |
| 66 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected