1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-18 20:41:31 +01:00

Remove unnecessary change

This commit is contained in:
Daniel James Smith 2025-01-09 14:42:00 +01:00
parent c280cfbfb5
commit 9a19dc99ed
No known key found for this signature in database
GPG Key ID: DA2E2EC600E1289B

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/shared.module"; import { SharedModule } from "../../shared";
export interface AttachmentsDialogParams { export interface AttachmentsDialogParams {
cipherId: CipherId; cipherId: CipherId;