mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-13 19:58:00 +02:00
fix deep import for CipherFormComponent
(#13107)
This commit is contained in:
parent
7c2bf504a3
commit
331c04a0fa
apps/web/src/app/vault/components/vault-item-dialog
libs/vault/src/cipher-form
@ -36,6 +36,7 @@ import {
|
||||
} from "@bitwarden/components";
|
||||
import {
|
||||
CipherAttachmentsComponent,
|
||||
CipherFormComponent,
|
||||
CipherFormConfig,
|
||||
CipherFormGenerationService,
|
||||
CipherFormModule,
|
||||
@ -43,7 +44,6 @@ import {
|
||||
DecryptionFailureDialogComponent,
|
||||
} from "@bitwarden/vault";
|
||||
|
||||
import { CipherFormComponent } from "../../../../../../../libs/vault/src/cipher-form/components/cipher-form.component";
|
||||
import { SharedModule } from "../../../shared/shared.module";
|
||||
import {
|
||||
AttachmentDialogCloseResult,
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user