Skip to content

Commit ce070d2

Browse files
Update URL.js
1 parent 930014b commit ce070d2

File tree

1 file changed

+3
-2
lines changed
  • packages/react-native/Libraries/Blob

1 file changed

+3
-2
lines changed

packages/react-native/Libraries/Blob/URL.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
* @flow
99
*/
1010

11-
import type Blob from 'react-native/Libraries/Blob/Blob';
11+
import type Blob from './Blob';
12+
13+
import NativeBlobModule from './NativeBlobModule';
1214

13-
import NativeBlobModule from 'react-native/Libraries/Blob/NativeBlobModule';
1415

1516
let BLOB_URL_PREFIX = null;
1617

0 commit comments

Comments
 (0)