Skip to content

Commit cd1746e

Browse files
Update URL.js
1 parent ce070d2 commit cd1746e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/Libraries/Blob

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (
5353
* ```
5454
*/
5555

56-
export {URLSearchParams} from 'react-native/Libraries/Blob/URLSearchParams';
56+
export {URLSearchParams} from './URLSearchParams';
5757

5858
function validateBaseUrl(url: string) {
5959
// from this MIT-licensed gist: https://gist.github.com/dperini/729294

0 commit comments

Comments
 (0)