Skip to content

Commit

Permalink
Fix i18n import of drawer component (#12932)
Browse files Browse the repository at this point in the history
Resolves main being broken after merging #12831 due to a new component depending on `I18nPipe`.
  • Loading branch information
Hinton authored Jan 17, 2025
1 parent 23227f5 commit 83802fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/components/src/drawer/drawer-header.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { CommonModule } from "@angular/common";
import { ChangeDetectionStrategy, Component, HostBinding, input } from "@angular/core";

import { I18nPipe } from "@bitwarden/ui-common";

import { IconButtonModule } from "../icon-button";
import { I18nPipe } from "../shared/i18n.pipe";
import { TypographyModule } from "../typography";

import { DrawerCloseDirective } from "./drawer-close.directive";
Expand Down

0 comments on commit 83802fc

Please sign in to comment.