diff --git a/src/components/Tracking/TrackAction/UserWeightWidget.jsx b/src/components/Tracking/TrackAction/UserWeightWidget.jsx
index 3736e5d..05d0b5e 100644
--- a/src/components/Tracking/TrackAction/UserWeightWidget.jsx
+++ b/src/components/Tracking/TrackAction/UserWeightWidget.jsx
@@ -13,6 +13,48 @@ export default function UserWeightWidget() {
}}
>
+
+
+
+
+ 6,572.00
+
+
+ Total Transactions
+
+
+
+
+
+
+ Weight Entry
+
+
+ [Input BOX + UNIT]
+
+
+ [Date of Collection]
+
+
+ [Kind of Input BOX]
+
+
+
+
+
);
diff --git a/src/components/Tracking/TrackAction/index.jsx b/src/components/Tracking/TrackAction/index.jsx
index 63e672c..32fa655 100644
--- a/src/components/Tracking/TrackAction/index.jsx
+++ b/src/components/Tracking/TrackAction/index.jsx
@@ -1,16 +1,7 @@
import React from "react";
import { useParams } from 'react-router-dom'
-import bank1 from "../../../assets/images/bank-1.png";
-import bank2 from "../../../assets/images/bank-2.png";
-import bank3 from "../../../assets/images/bank-3.png";
-import bank4 from "../../../assets/images/bank-4.png";
import Layout from "../../Partials/Layout";
-//import CurrencyStaticsSection from "./CurrencyStaticsSection";
-//import CurrentBalanceWidget from "./CurrentBalanceWidget";
-//import InvestmentSection from "./InvestmentSection";
-//import RecentTransactionWidget from "./RecentTransactionWidget";
-
import UserWeightWidget from "./UserWeightWidget";
import UserRecentTracking from "./UserRecentTracking";