1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

no aliasing

This commit is contained in:
Kyle Spearrin
2018-01-09 14:26:29 -05:00
parent 24e5378c97
commit b7a0fbfef5
4 changed files with 37 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
export { AttachmentData as Attachment } from './attachmentData';
export { CardData as Card } from './cardData';
export { CipherData as Cipher } from './cipherData';
export { CollectionData as Collection } from './collectionData';
export { FieldData as Field } from './fieldData';
export { FolderData as Folder } from './folderData';
export { IdentityData as Identity } from './identityData';
export { LoginData as Login } from './loginData';
export { SecureNoteData as SecureNote } from './secureNoteData';
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 { SecureNoteData } from './secureNoteData';