1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

moved all enums to jslib

This commit is contained in:
Kyle Spearrin
2018-01-06 14:22:55 -05:00
parent fcdf473af1
commit dc15edcd4d
25 changed files with 25 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
import { CipherType } from '../enums/cipherType.enum';
import { FieldType } from '../enums/fieldType.enum';
import { CipherType } from '@bitwarden/jslib';
import { FieldType } from '@bitwarden/jslib';
import AutofillField from '../models/domain/autofillField';
import AutofillPageDetails from '../models/domain/autofillPageDetails';