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