diff --git a/apps/web/src/app/vault/individual-vault/attachments-v2.component.ts b/apps/web/src/app/vault/individual-vault/attachments-v2.component.ts index 81f14d5aa2..68bceb5598 100644 --- a/apps/web/src/app/vault/individual-vault/attachments-v2.component.ts +++ b/apps/web/src/app/vault/individual-vault/attachments-v2.component.ts @@ -8,7 +8,7 @@ import { CipherId } from "@bitwarden/common/types/guid"; import { DialogService } from "@bitwarden/components"; import { CipherAttachmentsComponent } from "@bitwarden/vault"; -import { SharedModule } from "../../shared/shared.module"; +import { SharedModule } from "../../shared"; export interface AttachmentsDialogParams { cipherId: CipherId;