mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-30 21:49:31 +00:00
remove unused vars
This commit is contained in:
@@ -3,7 +3,6 @@ import React, {
|
||||
PropTypes
|
||||
} from 'react-native';
|
||||
import Ellipse from './Ellipse';
|
||||
import strokeFilter from '../lib/strokeFilter';
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
class Circle extends Component{
|
||||
static displayName = 'Circle';
|
||||
|
||||
Reference in New Issue
Block a user