Skip to content

Commit b96f392

Browse files
authored
Fix import declaration of mediacollection.js
1 parent d682742 commit b96f392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediacollection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {ReactNativeBlobUtilNative, filedescriptor} from "types";
1+
import type {ReactNativeBlobUtilNative, filedescriptor} from "./types";
22
import ReactNativeBlobUtil from "./codegenSpecs/NativeBlobUtils";
33

44
function createMediafile(fd: filedescriptor, mediatype: string): Promise {

0 commit comments

Comments
 (0)