Skip to content

Commit

Permalink
Merge branch 'main' into ac/pm-15563-remove-provider-paging-logic-fea…
Browse files Browse the repository at this point in the history
…ture-flag
  • Loading branch information
BTreston authored Jan 17, 2025
2 parents d0e2281 + 83802fc commit 4010dd2
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 4010dd2

Please sign in to comment.