From 2104726dbbc4b13b4e9f7f445805f2fb2b05abc9 Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Fri, 24 Oct 2025 12:14:45 -0700 Subject: [PATCH] remove title directive --- libs/components/src/callout/callout.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/components/src/callout/callout.component.ts b/libs/components/src/callout/callout.component.ts index 172bbdbc365..c3046097eaa 100644 --- a/libs/components/src/callout/callout.component.ts +++ b/libs/components/src/callout/callout.component.ts @@ -2,7 +2,6 @@ import { Component, computed, input } from "@angular/core"; import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service"; -import { A11yTitleDirective } from "../a11y"; import { SharedModule } from "../shared"; import { TypographyModule } from "../typography";