Skip to content

Commit

Permalink
Fix import declaration of mediacollection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UNIDY2002 authored Aug 13, 2023
1 parent d682742 commit b96f392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediacollection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ReactNativeBlobUtilNative, filedescriptor} from "types";
import type {ReactNativeBlobUtilNative, filedescriptor} from "./types";
import ReactNativeBlobUtil from "./codegenSpecs/NativeBlobUtils";

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

0 comments on commit b96f392

Please sign in to comment.