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

@@ -1,8 +1,9 @@
import CipherService from './cipher.service';
import CollectionService from './collection.service';
import ConstantsService from './constants.service';
import FolderService from './folder.service';
import { ConstantsService } from 'jslib/services';
import {
CryptoService,
PlatformUtilsService,