mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
convert api, appid, and token services to jslib
This commit is contained in:
@@ -8,13 +8,13 @@ import AutofillPageDetails from '../models/domain/autofillPageDetails';
|
||||
import AutofillScript from '../models/domain/autofillScript';
|
||||
|
||||
import CipherService from './cipher.service';
|
||||
import TokenService from './token.service';
|
||||
import TotpService from './totp.service';
|
||||
|
||||
import { UtilsService } from 'jslib/services';
|
||||
|
||||
import {
|
||||
PlatformUtilsService,
|
||||
TokenService,
|
||||
UtilsService as UtilsServiceAbstraction,
|
||||
} from 'jslib/abstractions';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user