import { Container, Typography } from '@mui/material' import Grid from '@mui/material/Grid2' import ReportCard from './ReportCard' const ReportFinancialList: React.FC = () => { const financialReports = [ { title: 'Arus Kas', iconClass: 'tabler-cash' }, { title: 'Laba Rugi', iconClass: 'tabler-cash' }, { title: 'Neraca', iconClass: 'tabler-cash' } ] return (