1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

fixing reports

This commit is contained in:
--global
2025-01-08 16:53:07 -05:00
parent f4ca2cf52a
commit cdc7695b82

View File

@@ -8,7 +8,7 @@ import { CipherId } from "@bitwarden/common/types/guid";
import { DialogService } from "@bitwarden/components"; import { DialogService } from "@bitwarden/components";
import { CipherAttachmentsComponent } from "@bitwarden/vault"; import { CipherAttachmentsComponent } from "@bitwarden/vault";
import { SharedModule } from "../../shared"; import { SharedModule } from "../../shared/shared.module";
export interface AttachmentsDialogParams { export interface AttachmentsDialogParams {
cipherId: CipherId; cipherId: CipherId;