import React from 'react'; import {BsChevronDown, BsChevronUp} from 'react-icons/bs' export default function Section({ title, section, handleSection }) { return ( <>