Skip to content

Commit

Permalink
fix deep import for CipherFormComponent (#13107)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-livefront authored Jan 28, 2025
1 parent 7c2bf50 commit 331c04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ import {
} from "@bitwarden/components";
import {
CipherAttachmentsComponent,
CipherFormComponent,
CipherFormConfig,
CipherFormGenerationService,
CipherFormModule,
CipherViewComponent,
DecryptionFailureDialogComponent,
} from "@bitwarden/vault";

import { CipherFormComponent } from "../../../../../../../libs/vault/src/cipher-form/components/cipher-form.component";
import { SharedModule } from "../../../shared/shared.module";
import {
AttachmentDialogCloseResult,
Expand Down
1 change: 1 addition & 0 deletions libs/vault/src/cipher-form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 331c04a

Please sign in to comment.