mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
improve developer experience of generator extension symbols (#9690)
This commit is contained in:
parent
c26669cf60
commit
ce88038c0d
@ -2,3 +2,8 @@ export * as history from "./history";
|
||||
export * as legacyPassword from "./legacy-password";
|
||||
export * as legacyUsername from "./legacy-username";
|
||||
export * as navigation from "./navigation";
|
||||
|
||||
export { GeneratorHistoryService } from "./history";
|
||||
export { GeneratorNavigationService } from "./navigation";
|
||||
export { PasswordGenerationServiceAbstraction } from "./legacy-password";
|
||||
export { UsernameGenerationServiceAbstraction } from "./legacy-username";
|
||||
|
Loading…
Reference in New Issue
Block a user