이준호

[DELETE] antd ProgressBar 삭제

1 -import {Progress} from 'antd';
2 -
3 -function ProgressBar({percent}){
4 - return(
5 - <Progress style={{width:"50%"}}percent={percent} showInfo={true}/>
6 - );
7 -}
8 -
9 -export default ProgressBar;
...\ No newline at end of file ...\ No newline at end of file