Skip to content

Commit 58eb6ab

Browse files
authored
Merge pull request #290 from UNIDY2002/master-1
Fix import declaration of `mediacollection.js`
2 parents b9c8f9c + b96f392 commit 58eb6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediacollection.js

Lines changed: 1 addition & 1 deletion
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)