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

migrate constants to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 22:22:49 -05:00
parent 0069c2b700
commit f20c217321
6 changed files with 9 additions and 122 deletions

View File

@@ -3,6 +3,7 @@ import { CipherType } from 'jslib/enums';
import {
ApiService,
AppIdService,
ConstantsService,
CryptoService,
EnvironmentService,
PasswordGenerationService,
@@ -43,7 +44,6 @@ import BrowserPlatformUtilsService from '../services/browserPlatformUtils.servic
import BrowserStorageService from '../services/browserStorage.service';
import CipherService from '../services/cipher.service';
import CollectionService from '../services/collection.service';
import ConstantsService from '../services/constants.service';
import ContainerService from '../services/container.service';
import FolderService from '../services/folder.service';
import i18nService from '../services/i18n.service';