1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

reference jslib module

This commit is contained in:
Kyle Spearrin
2018-01-06 09:07:33 -05:00
parent cbf8b00b33
commit 274c770308
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { CipherType } from '../../enums/cipherType.enum';
import { CipherType } from '@bitwarden/jslib';
import { AttachmentData } from './attachmentData';
import { CardData } from './cardData';