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 -2
View File
@@ -1,7 +1,6 @@
import React, {
Component,
PropTypes,
ART
PropTypes
} from 'react-native';
import ViewBox from './ViewBox';