shidtplan / task / employeespage

main
حسین معصومی پور 2023-11-20 00:07:53 +03:30
parent 7c448cfd51
commit bd46dfafa9
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ const Home = (props) => {
/>
<div className="bg-body-100 relative top-[-30px] rounded-t-3xl overflow-hidden p-5 rtl">
اینجا برای مدیریت میشه همون چارت ها و ...
<div className="w-[200px] mx-auto flex ">
<Pie data={data} />
</div>
</div>
</div>
);