Report Neraca
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import ReportTitle from '@/components/report/ReportTitle'
|
||||
import ReportNeracaCard from '@/views/apps/report/neraca/ReportNeracaCard'
|
||||
import ReportNeracaContent from '@/views/apps/report/neraca/ReportNeracaContent'
|
||||
import Grid from '@mui/material/Grid2'
|
||||
|
||||
const NeracaPage = () => {
|
||||
return (
|
||||
<Grid container spacing={6}>
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<ReportTitle title='Neraca' />
|
||||
</Grid>
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<ReportNeracaCard />
|
||||
</Grid>
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<ReportNeracaContent />
|
||||
</Grid>
|
||||
</Grid>
|
||||
)
|
||||
}
|
||||
|
||||
export default NeracaPage
|
||||
Reference in New Issue
Block a user