import { PlusCircleIcon } from "@heroicons/react/24/outline"; import React from "react"; export interface AddMonthButtonProps { yearMonth: number; } export const AddMonthButton:React.FC = ({ yearMonth }) =>