[PM-8959] fix barrel file imports (#9698)
This commit is contained in:
parent
fe1c432e03
commit
29d433a8a3
|
@ -1,3 +1,3 @@
|
|||
export * from "./password-generation.service.abstraction";
|
||||
export * from "./factory";
|
||||
export * from "./create-generation-service";
|
||||
export * from "./password-generator-options";
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
export * from "./username-generation.service.abstraction";
|
||||
export * from "./factory";
|
||||
export * from "./create-generation-service";
|
||||
export * from "./username-generation-options";
|
||||
|
|
Loading…
Reference in New Issue