1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

move base i18nservice out to jslib

This commit is contained in:
Kyle Spearrin
2018-04-11 15:07:33 -04:00
parent 7933746d82
commit 97be728b31
2 changed files with 103 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export { ContainerService } from './container.service';
export { CryptoService } from './crypto.service';
export { EnvironmentService } from './environment.service';
export { FolderService } from './folder.service';
export { I18nService } from './i18n.service';
export { LockService } from './lock.service';
export { PasswordGenerationService } from './passwordGeneration.service';
export { SearchService } from './search.service';