mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
static ContainerService for edge case dependencies
This commit is contained in:
5
src/services/container.service.ts
Normal file
5
src/services/container.service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CryptoService } from './abstractions/crypto.service';
|
||||
|
||||
export default class ContainerService {
|
||||
static cryptoService: CryptoService = null;
|
||||
}
|
||||
Reference in New Issue
Block a user