remove unused vars

This commit is contained in:
Horcrux
2016-04-19 15:18:16 +08:00
parent 669616167d
commit c8a04c3d28
17 changed files with 162 additions and 115 deletions
+1 -6
View File
@@ -1,13 +1,8 @@
import React, {
Component,
PropTypes,
ART
PropTypes
} from 'react-native';
let {
Shape,
} = ART;
import G from './G';
import extractViewbox from '../lib/extractViewbox';
class ViewBox extends Component{