1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-23 11:43:51 +00:00

Remove deprecated index.ts (#490)

* Remove deprecated index.ts

* Update tests
This commit is contained in:
Oscar Hinton
2021-09-17 14:57:31 +02:00
committed by GitHub
parent da6fde4b15
commit 83548a6753
25 changed files with 28 additions and 138 deletions

View File

@@ -1,10 +0,0 @@
export { AttachmentData } from './attachmentData';
export { CardData } from './cardData';
export { CipherData } from './cipherData';
export { CollectionData } from './collectionData';
export { FieldData } from './fieldData';
export { FolderData } from './folderData';
export { IdentityData } from './identityData';
export { LoginData } from './loginData';
export { LoginUriData } from './loginUriData';
export { SecureNoteData } from './secureNoteData';