diff --git a/polyfill/FileReader.js b/polyfill/FileReader.js index b72df17f7..ef0ebfc0b 100644 --- a/polyfill/FileReader.js +++ b/polyfill/FileReader.js @@ -2,7 +2,6 @@ // Use of this source code is governed by a MIT-style license that can be // found in the LICENSE file. -import RNFetchBlob from '../index.js' import ProgressEvent from './ProgressEvent.js' import EventTarget from './EventTarget' import Blob from './Blob'