mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-8959] fix barrel file imports (#9698)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
export * from "./password-generation.service.abstraction";
|
export * from "./password-generation.service.abstraction";
|
||||||
export * from "./factory";
|
export * from "./create-generation-service";
|
||||||
export * from "./password-generator-options";
|
export * from "./password-generator-options";
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export * from "./username-generation.service.abstraction";
|
export * from "./username-generation.service.abstraction";
|
||||||
export * from "./factory";
|
export * from "./create-generation-service";
|
||||||
export * from "./username-generation-options";
|
export * from "./username-generation-options";
|
||||||
|
|||||||
Reference in New Issue
Block a user