1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

fix deep import for CipherFormComponent (#13107)

This commit is contained in:
Nick Krantz
2025-01-28 10:49:48 -06:00
committed by GitHub
parent 7c2bf504a3
commit 331c04a0fa
2 changed files with 2 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ export { CipherFormGenerationService } from "./abstractions/cipher-form-generati
export { DefaultCipherFormConfigService } from "./services/default-cipher-form-config.service";
export { CipherFormGeneratorComponent } from "./components/cipher-generator/cipher-form-generator.component";
export { CipherFormContainer } from "../cipher-form/cipher-form-container";
export { CipherFormComponent } from "./components/cipher-form.component";