Removed unused code in FileInput component

• Removed:
- unused code in FileInput component
This commit is contained in:
mgabdev 2020-07-07 16:02:09 -05:00
parent 0fdf762815
commit ddad2121b0
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,8 @@
import classNames from 'classnames/bind'
import Image from './image'
import Text from './text'
const cx = classNames.bind(_s)
export default class FileInput extends PureComponent {
static propTypes = {
onChange: PropTypes.func,
file: PropTypes.any,
@ -84,4 +82,5 @@ export default class FileInput extends PureComponent {
</div>
)
}
}