()
| 46 | const autoplayDuration = 3000; |
| 47 | |
| 48 | export function HomeInfoBoxSection() { |
| 49 | return ( |
| 50 | <SampleJSONPreview initialSelection={infoBoxData[0].highlight}> |
| 51 | <HomeInfoBoxSectionContent/> |
| 52 | </SampleJSONPreview> |
| 53 | ); |
| 54 | } |
| 55 | |
| 56 | function HomeInfoBoxSectionContent() { |
| 57 | const [index, setIndex] = useState(0); |
nothing calls this directly
no outgoing calls
no test coverage detected