@ -101,46 +101,6 @@ const Dashboard = () => {
return (
<>
<Row gutter={[16, 16]}>
<Col span={6} >
<Card
size="small"
title="Total Project"
align="center"
style={{
width: 300,
}}
>
<p align="center">5</p>
</Card>
</Col>
title="Total Project Cost"
title="Cost Variance"
</Row>
<Col span={24}>
<Table columns={columns} dataSource={dataTable} />