fix lint warning, remove unused module

This commit is contained in:
Horcrux
2016-05-13 11:04:07 +08:00
parent b55f1ba609
commit 080fcb86fd
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {PropTypes} from "react";
import {PropTypes} from 'react';
const numberProp = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);