import { PlusCircleIcon } from "@heroicons/react/24/outline"; export interface AddLocationButtonProps { /** year month at which the new billing location should be addes */ yyyymm: number } export const AddLocationButton:React.FC = ({yyyymm}) =>
;