1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

update loose comp module

This commit is contained in:
William Martin
2025-03-08 06:14:49 -05:00
parent 2870ab2f52
commit a60e97f752

View File

@@ -5,7 +5,12 @@ import {
UserVerificationFormInputComponent,
VaultTimeoutInputComponent,
} from "@bitwarden/auth/angular";
import { LayoutComponent, NavigationModule } from "@bitwarden/components";
import {
CardComponent,
LayoutComponent,
NavigationModule,
SectionHeaderComponent,
} from "@bitwarden/components";
import { OrganizationLayoutComponent } from "../admin-console/organizations/layouts/organization-layout.component";
import { EventsComponent as OrgEventsComponent } from "../admin-console/organizations/manage/events.component";
@@ -105,6 +110,8 @@ import { SharedModule } from "./shared.module";
UserLayoutComponent,
VerifyRecoverDeleteOrgComponent,
VaultTimeoutInputComponent,
CardComponent,
SectionHeaderComponent,
],
declarations: [
AcceptFamilySponsorshipComponent,