1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +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

@@ -16,6 +16,8 @@ import {
ErrorResponse,
} from 'jslib/models/response';
import { ConstantsService } from 'jslib/services';
import {
ApiService,
CryptoService,
@@ -23,7 +25,6 @@ import {
UserService,
} from 'jslib/abstractions';
import ConstantsService from './constants.service';
import SettingsService from './settings.service';
const Keys = {