mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
convert api, appid, and token services to jslib
This commit is contained in:
@@ -17,11 +17,11 @@ import {
|
||||
} from 'jslib/models/response';
|
||||
|
||||
import {
|
||||
ApiService,
|
||||
CryptoService,
|
||||
StorageService,
|
||||
} from 'jslib/abstractions';
|
||||
|
||||
import ApiService from './api.service';
|
||||
import ConstantsService from './constants.service';
|
||||
import SettingsService from './settings.service';
|
||||
import UserService from './user.service';
|
||||
|
||||
Reference in New Issue
Block a user