1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +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,7 +1,8 @@
import ConstantsService from '../services/constants.service';
import LockService from '../services/lock.service';
import MainBackground from './main.background';
import { ConstantsService } from 'jslib/services';
import { StorageService } from 'jslib/abstractions';
export default class IdleBackground {