import BadgeList from './VirtualBadgeList' export default function Section({ section, selected, toggle }) { return (

{section.title}

) }