Skip to content

Commit

Permalink
Fix file reference error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 30, 2017
1 parent d830295 commit 337171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Progress from './progress';
import Progress from './Progress';
import "./style/index.less";

export default Progress;

0 comments on commit 337171e

Please sign in to comment.