diff --git a/apps/web/src/app/shared/loose-components.module.ts b/apps/web/src/app/shared/loose-components.module.ts index d57cc6bc1b4..ce6702fdd2d 100644 --- a/apps/web/src/app/shared/loose-components.module.ts +++ b/apps/web/src/app/shared/loose-components.module.ts @@ -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,