Report Cash FLow
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user