fix: mobile metro config for files and services

This commit is contained in:
Karol Sójko
2022-07-05 21:06:06 +02:00
parent fbfed0a05c
commit f4cde8f752
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { ByteChunker, FileSelectionResponse, OnChunkCallback } from '@standardnotes/filepicker'
import { FileDownloadProgress } from '@standardnotes/files/dist/Domain/Types/FileDownloadProgress'
import { FileDownloadProgress } from '@standardnotes/files'
import { ClientDisplayableError } from '@standardnotes/responses'
import { ApplicationService, FileItem } from '@standardnotes/snjs'
import { Buffer } from 'buffer'