import { GitSelect } from '../../../../types'; const GitSelectionSection = ({ gitSelectionHandler, }: { gitSelectionHandler: (git: GitSelect) => void; }) => { return ( <>