| 6 | import EventResumeInfos from "./EventResumeInfos"; |
| 7 | |
| 8 | interface EventCardProps { |
| 9 | event: EventType; |
| 10 | link?: string; |
| 11 | description?: string; |
| 12 | } |
| 13 | |
| 14 | export default function EventCard({ |
| 15 | event, |
nothing calls this directly
no outgoing calls
no test coverage detected