ArtSvgExample => SvgExample

This commit is contained in:
Horcrux
2016-07-24 12:08:15 +08:00
parent cbea7a4edb
commit 05c4bff04a
9 changed files with 44 additions and 44 deletions

View File

@@ -257,4 +257,4 @@ class SvgExample extends Component {
}
}
AppRegistry.registerComponent('ArtSvgExample', () => SvgExample);
AppRegistry.registerComponent('SvgExample', () => SvgExample);