mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
importing filereader from global
This commit is contained in:
parent
59d128697c
commit
37258a5c17
@ -11,7 +11,6 @@ module.exports = {
|
||||
sourceType: 'module',
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
es6: true,
|
||||
node: true,
|
||||
'jest/globals': true,
|
||||
|
@ -1,3 +1,4 @@
|
||||
import { FileReader } from 'global';
|
||||
import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user