mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
re-organize into "barrels". add utils service
This commit is contained in:
4
src/abstractions/index.ts
Normal file
4
src/abstractions/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { MessagingService } from './messaging.service';
|
||||
export { PlatformUtilsService } from './platformUtils.service';
|
||||
export { StorageService } from './storage.service';
|
||||
export { UtilsService } from './utils.service';
|
||||
Reference in New Issue
Block a user