We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e6ea9 commit 2cdd4dfCopy full SHA for 2cdd4df
apps/mobile/v1/src/lib/encryption/index.ts
@@ -10,10 +10,10 @@ import {
10
hasMasterPassword as hasMP,
11
isMasterPasswordUnlocked as isMPUnlocked,
12
} from './masterPassword/status';
13
+import type { PotentiallyEncrypted } from './types';
14
15
// Re-export types
16
export type { EncryptedNote, PotentiallyEncrypted, DecryptedData } from './types';
-import type { PotentiallyEncrypted } from './types';
17
18
// Create singleton instance
19
export const encryptionService = new MobileEncryptionService();
0 commit comments