remove shared module

This commit is contained in:
jaasen-livefront 2025-02-19 13:33:40 -08:00
parent 4a05f0ca20
commit 0b68aaae23
No known key found for this signature in database

View File

@ -30,7 +30,6 @@ import {
Icons,
NoItemsModule,
PopoverModule,
SharedModule,
} from "@bitwarden/components";
import { DecryptionFailureDialogComponent, VaultIcons } from "@bitwarden/vault";
@ -84,7 +83,6 @@ enum VaultState {
DecryptionFailureDialogComponent,
BannerComponent,
AtRiskPasswordCalloutComponent,
SharedModule,
],
providers: [VaultPageService],
})