Toggle navigation
Toggle navigation
This project
Loading...
Sign in
khusat
/
khusat-front
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이준호
2020-12-07 04:01:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6a4c02d9a3c6b3192e09657b9b460df8183c59c
b6a4c02d
1 parent
6f0e4b2f
[DELETE] antd ProgressBar 삭제
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
src/components/progressbar/ProgressBar.js
src/components/progressbar/ProgressBar.js
deleted
100644 → 0
View file @
6f0e4b2
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
Please
register
or
login
to post a comment