()
| 67 | ]; |
| 68 | |
| 69 | export function ImageCheckboxes() { |
| 70 | const items = mockdata.map((item) => <ImageCheckbox {...item} key={item.title} />); |
| 71 | return <SimpleGrid cols={{ base: 1, sm: 2, md: 4 }}>{items}</SimpleGrid>; |
| 72 | } |
nothing calls this directly
no outgoing calls
no test coverage detected