1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

Misc jslib cleanups (#146)

Fixed on import parameter type on login.component and added a deprecation warning to the index.ts in abstractions
This commit is contained in:
Addison Beck
2020-08-11 10:47:30 -04:00
committed by GitHub
parent 7c3a9d61e6
commit 420393700b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
// Using index.ts is deprecated, please do not extend
export { ApiService } from './api.service';
export { AppIdService } from './appId.service';
export { AuditService } from './audit.service';