mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CipherService } from "jslib-common/abstractions/cipher.service";
|
||||
import { Response } from "jslib-node/cli/models/response";
|
||||
import { CipherService } from "@bitwarden/common/abstractions/cipher.service";
|
||||
import { Response } from "@bitwarden/node/cli/models/response";
|
||||
|
||||
export class RestoreCommand {
|
||||
constructor(private cipherService: CipherService) {}
|
||||
|
||||
Reference in New Issue
Block a user