Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Aug 14, 2017
1 parent dc9252a commit 8dd6b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ CircularProgress.defaultProps = {
indeterminate: true
};

registerComponent("CircularProgress", CircularProgress;
registerComponent("CircularProgress", CircularProgress);

export default CircularProgress;

0 comments on commit 8dd6b58

Please sign in to comment.