1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

convert api, appid, and token services to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 16:20:15 -05:00
parent e1a513670f
commit 56bde82b41
11 changed files with 24 additions and 682 deletions

View File

@@ -1,4 +1,3 @@
import ApiService from './api.service';
import CipherService from './cipher.service';
import CollectionService from './collection.service';
import FolderService from './folder.service';
@@ -6,6 +5,7 @@ import SettingsService from './settings.service';
import UserService from './user.service';
import {
ApiService,
CryptoService,
MessagingService,
StorageService,