mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
reference barrels
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { ConstantsService } from './constants.service';
|
||||
import { UtilsService } from './utils.service';
|
||||
|
||||
import { StorageService } from '../abstractions/storage.service';
|
||||
import { TokenService as TokenServiceAbstraction } from '../abstractions/token.service';
|
||||
import {
|
||||
StorageService,
|
||||
TokenService as TokenServiceAbstraction,
|
||||
} from '../abstractions';
|
||||
|
||||
const Keys = {
|
||||
accessToken: 'accessToken',
|
||||
|
||||
Reference in New Issue
Block a user