1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-24 02:41:54 +01:00

[PM-8959] fix barrel file imports ()

This commit is contained in:
✨ Audrey ✨ 2024-06-17 12:56:21 -04:00 committed by GitHub
parent fe1c432e03
commit 29d433a8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
libs/tools/generator/extensions/src
legacy-password
legacy-username

View File

@ -1,3 +1,3 @@
export * from "./password-generation.service.abstraction";
export * from "./factory";
export * from "./create-generation-service";
export * from "./password-generator-options";

View File

@ -1,3 +1,3 @@
export * from "./username-generation.service.abstraction";
export * from "./factory";
export * from "./create-generation-service";
export * from "./username-generation-options";