1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-16935] fix bad imports in libs/components (#13317)

This commit is contained in:
Will Martin
2025-02-10 09:39:17 -05:00
committed by GitHub
parent 1bd8a22c63
commit 29043b441e
3 changed files with 4 additions and 9 deletions

View File

@@ -18,9 +18,8 @@ import {
import { takeUntilDestroyed } from "@angular/core/rxjs-interop";
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from "@angular/forms";
// FIXME: remove `src` and fix import
// eslint-disable-next-line no-restricted-imports
import { compareValues } from "../../../common/src/platform/misc/compare-values";
import { compareValues } from "@bitwarden/common/platform/misc/compare-values";
import { ButtonModule } from "../button";
import { IconButtonModule } from "../icon-button";
import { MenuComponent, MenuItemDirective, MenuModule } from "../menu";