이준호

[DELETE] antd ProgressBar 삭제

import {Progress} from 'antd';
function ProgressBar({percent}){
return(
<Progress style={{width:"50%"}}percent={percent} showInfo={true}/>
);
}
export default ProgressBar;
\ No newline at end of file