Fix some more warnings for web (#8316)

* export correct stub for web

* use default import for package.json
This commit is contained in:
Samuel Newman
2025-05-08 21:58:32 +03:00
committed by GitHub
parent a6455b3de3
commit 1c2a7b0b5a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export async function shareImageModal(_opts: {uri: string}) {
throw new Error('TODO')
}
export async function saveImageToAlbum(_opts: {uri: string; album: string}) {
export async function saveImageToMediaLibrary(_opts: {uri: string}) {
// TODO
throw new Error('TODO')
}