mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Component, HostBinding, Input } from "@angular/core";
|
||||
|
||||
import { I18nService } from "jslib-common/abstractions/i18n.service";
|
||||
import { I18nService } from "@bitwarden/common/abstractions/i18n.service";
|
||||
|
||||
// Increments for each instance of this component
|
||||
let nextId = 0;
|
||||
|
||||
Reference in New Issue
Block a user