import { Row, Col, Button, ConfigProvider, Divider, Typography } from "antd"; import { ArrowLeftOutlined, SearchOutlined } from '@ant-design/icons'; const {Text} = Typography; const HeaderReport = ({ title, loadingPilihDataStep1, handleSelectData, step })=>{ return( <> {title}
{step}
); }; export default HeaderReport;