diff --git a/src/components/dashboard/reports/index.jsx b/src/components/dashboard/reports/index.jsx index 56f513c..134393a 100644 --- a/src/components/dashboard/reports/index.jsx +++ b/src/components/dashboard/reports/index.jsx @@ -1,6 +1,5 @@ import LoanProgress from "@/components/dashboard/reports/LoanProgress"; import LoanDistribution from "@/components/dashboard/reports/LoanDistribution"; -import LoanDetails from "@/components/dashboard/reports/LoanDetails"; import ExcelExport from "@/components/dashboard/reports/ExcelExport"; const DashboardReportsComponent = (props) => { @@ -9,7 +8,7 @@ const DashboardReportsComponent = (props) => { - + {/**/} ) };