1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

log level type

This commit is contained in:
Kyle Spearrin
2018-02-23 23:10:13 -05:00
parent 9adabdab48
commit b747830c5b
4 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export { EnvironmentService } from './environment.service';
export { FolderService } from './folder.service';
export { I18nService } from './i18n.service';
export { LockService } from './lock.service';
export { LogService } from './log.service';
export { MessagingService } from './messaging.service';
export { PasswordGenerationService } from './passwordGeneration.service';
export { PlatformUtilsService } from './platformUtils.service';