mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 04:32:57 +00:00
fix lint warning, remove unused module
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import {PropTypes} from "react";
|
||||
import {PropTypes} from 'react';
|
||||
|
||||
const numberProp = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user