mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Directive, EventEmitter, Input, Output } from "@angular/core";
|
||||
|
||||
import { SearchService } from "jslib-common/abstractions/search.service";
|
||||
import { CipherView } from "jslib-common/models/view/cipherView";
|
||||
import { SearchService } from "@bitwarden/common/abstractions/search.service";
|
||||
import { CipherView } from "@bitwarden/common/models/view/cipherView";
|
||||
|
||||
@Directive()
|
||||
export class CiphersComponent {
|
||||
|
||||
Reference in New Issue
Block a user