Skip to content

Commit

Permalink
fix : progressbar 네이밍 오류(build)
Browse files Browse the repository at this point in the history
  • Loading branch information
최현우 committed Dec 12, 2023
1 parent 85de0cf commit 3482ccd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions component/progressBar/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
import React from "react";

const ProgressBar = () => {
return (
<>
<Progress colorScheme="green" size="sm" value={progress} />
</>
);
return <></>;
};

export default ProgressBar;

0 comments on commit 3482ccd

Please sign in to comment.