| 66 | } |
| 67 | |
| 68 | interface IFeatureGridElement { |
| 69 | image: string |
| 70 | title: string |
| 71 | description: string |
| 72 | } |
| 73 | |
| 74 | const FeatureGridElement: React.FC<IFeatureGridElement> = ({ |
| 75 | image, |
nothing calls this directly
no outgoing calls
no test coverage detected