1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

[PM-7004] Delete unused selector in verify-recover-delete-org.component.ts

This commit is contained in:
Rui Tome 2024-04-18 12:40:29 +01:00
parent 7b0203b423
commit 6c6e7c9979
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066

View File

@ -12,7 +12,6 @@ import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/pl
import { SharedModule } from "../../../shared/shared.module";
@Component({
selector: "app-verify-recover-delete-org",
templateUrl: "verify-recover-delete-org.component.html",
standalone: true,
imports: [SharedModule],