export default function CandidateActions({ items }: { items: Array> }) { return (

Candidate Actions

); }