'use client' import ArrowDownP from "@/components/icons/ArrowDownP"; import { MenuItem, Select } from "@mui/material"; function Head() { const list = [ { id: 1, text: 'سال 1402' }, { id: 2, text: 'سال 1403' }, { id: 3, text: 'سال 1404' }, { id: 4, text: 'سال 1405' }, { id: 5, text: 'سال 1406' }, { id: 6, text: 'سال 1407' } ] return (

میزان درآمد

) } export default Head