feat:Added total spent card and Removed some typos

This commit is contained in:
2025-02-22 16:01:56 +05:30
parent f7cb1af2c4
commit d9c299a58f
7 changed files with 93 additions and 61 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
import React from "react";
import Piechart from "../../components/Piechart";
import TotalSpent from "../../components/TotalSpent";
const Dashboard = () => {
return (
@@ -197,8 +198,9 @@ const Dashboard = () => {
</div>
</div> */}
<div className="mb-4">
<div className="mb-4 flex ">
<Piechart />
<TotalSpent />
</div>
</div>
</>