1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00

remove title directive

This commit is contained in:
jaasen-livefront
2025-10-24 12:14:45 -07:00
parent 988e732bcc
commit 2104726dbb

View File

@@ -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";