1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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

@@ -9,9 +9,7 @@ import {
} from "@angular/forms";
import { Meta, StoryObj, moduleMetadata } from "@storybook/angular";
// FIXME: remove `src` and fix import
// eslint-disable-next-line no-restricted-imports
import { I18nService } from "@bitwarden/common/src/platform/abstractions/i18n.service";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { BadgeModule } from "../badge";
import { FormControlModule } from "../form-control";