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