Report Cash FLow

This commit is contained in:
efrilm
2025-09-11 18:38:27 +07:00
parent e13fbab564
commit 34442740e2
4 changed files with 148 additions and 127 deletions
@@ -1,5 +1,5 @@
import ReportTitle from '@/components/report/ReportTitle'
import ReportCashCard from '@/views/apps/report/cash-flow/ReportCashCard'
import ReportCashFlowCard from '@/views/apps/report/cash-flow/ReportCashFlowCard'
import ReportCashFlowContent from '@/views/apps/report/cash-flow/ReportCashFlowContent'
import Grid from '@mui/material/Grid2'
@@ -10,7 +10,7 @@ const CashFlowPage = () => {
<ReportTitle title='Arus Kas' />
</Grid>
<Grid size={{ xs: 12 }}>
<ReportCashCard />
<ReportCashFlowCard />
</Grid>
<Grid size={{ xs: 12 }}>
<ReportCashFlowContent />