mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-24 19:48:46 +00:00
remove unused vars
This commit is contained in:
+1
-6
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user