fix(mobile): imports only from snjs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { InternalEventBus } from '@standardnotes/services'
|
||||
import { ApplicationDescriptor, DeviceInterface, SNApplicationGroup } from '@standardnotes/snjs'
|
||||
import { ApplicationDescriptor, DeviceInterface, InternalEventBus, SNApplicationGroup } from '@standardnotes/snjs'
|
||||
import { MobileApplication } from './Application'
|
||||
import { ApplicationState } from './ApplicationState'
|
||||
import { BackupsService } from './BackupsService'
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { InternalEventBus } from '@standardnotes/services'
|
||||
import {
|
||||
ApplicationEvent,
|
||||
ApplicationService,
|
||||
@@ -7,6 +6,7 @@ import {
|
||||
ChallengeReason,
|
||||
ChallengeValidation,
|
||||
ContentType,
|
||||
InternalEventBus,
|
||||
isNullOrUndefined,
|
||||
NoteViewController,
|
||||
PayloadEmitSource,
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
import { ByteChunker, FileSelectionResponse, OnChunkCallback } from '@standardnotes/filepicker'
|
||||
import { ClientDisplayableError } from '@standardnotes/responses'
|
||||
import { ApplicationService, FileDownloadProgress, FileItem } from '@standardnotes/snjs'
|
||||
import { FileSelectionResponse } from '@standardnotes/filepicker'
|
||||
import {
|
||||
ApplicationService,
|
||||
ByteChunker,
|
||||
ClientDisplayableError,
|
||||
FileDownloadProgress,
|
||||
FileItem,
|
||||
OnChunkCallback,
|
||||
} from '@standardnotes/snjs'
|
||||
import { Buffer } from 'buffer'
|
||||
import { Base64 } from 'js-base64'
|
||||
import { PermissionsAndroid, Platform } from 'react-native'
|
||||
|
||||
Reference in New Issue
Block a user