feat(encryption): refactor circular dependencies on services
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { SNSessionManager } from '../Services/Session/SessionManager'
|
||||
import { ApplicationIdentifier } from '@standardnotes/common'
|
||||
import { ItemManager } from '@Lib/Services/Items/ItemManager'
|
||||
import { EncryptionService } from '@standardnotes/encryption'
|
||||
import { DeviceInterface, InternalEventBusInterface, Environment } from '@standardnotes/services'
|
||||
import { DeviceInterface, InternalEventBusInterface, Environment, EncryptionService } from '@standardnotes/services'
|
||||
import { ChallengeService, SNSingletonManager, SNFeaturesService, DiskStorageService } from '@Lib/Services'
|
||||
|
||||
export type MigrationServices = {
|
||||
|
||||
Reference in New Issue
Block a user