mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
[PM-9008] factor generator-extensions into separate libraries (#9724)
This commit is contained in:
5
libs/tools/generator/extensions/history/src/index.ts
Normal file
5
libs/tools/generator/extensions/history/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { GeneratedCredential } from "./generated-credential";
|
||||
export { GeneratedPasswordHistory } from "./generated-password-history";
|
||||
export { GeneratorHistoryService } from "./generator-history.abstraction";
|
||||
export { LocalGeneratorHistoryService } from "./local-generator-history.service";
|
||||
export { GeneratorCategory } from "./options";
|
||||
Reference in New Issue
Block a user