feat: Added "Import" option in the account menu that allows you to import from plaintext/markdown files, Evernote exports, Simplenote exports, Google Keep exports and also convert Aegis exports to TokenVault notes
This commit is contained in:
7
packages/ui-services/src/Import/index.ts
Normal file
7
packages/ui-services/src/Import/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export * from './AegisConverter/AegisToAuthenticatorConverter'
|
||||
export * from './SimplenoteConverter/SimplenoteConverter'
|
||||
export * from './GoogleKeepConverter/GoogleKeepConverter'
|
||||
export * from './EvernoteConverter/EvernoteConverter'
|
||||
export * from './PlaintextConverter/PlaintextConverter'
|
||||
export * from './Utils'
|
||||
export * from './Importer'
|
||||
Reference in New Issue
Block a user