1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

remove shared module

This commit is contained in:
jaasen-livefront
2025-02-19 13:33:40 -08:00
parent 4a05f0ca20
commit 0b68aaae23

View File

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