importing filereader from global

This commit is contained in:
Nic Luciano 2018-01-28 15:52:17 -05:00
parent 59d128697c
commit 37258a5c17
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ module.exports = {
sourceType: 'module',
},
env: {
browser: true,
es6: true,
node: true,
'jest/globals': true,

View File

@ -1,3 +1,4 @@
import { FileReader } from 'global';
import PropTypes from 'prop-types';
import React from 'react';