mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
move shared CLI items to jslib
This commit is contained in:
@@ -2,7 +2,8 @@ import * as program from 'commander';
|
||||
|
||||
import { CipherService } from 'jslib/abstractions/cipher.service';
|
||||
|
||||
import { Response } from '../models/response';
|
||||
import { Response } from 'jslib/cli/models/response';
|
||||
|
||||
import { CipherResponse } from '../models/response/cipherResponse';
|
||||
|
||||
import { CliUtils } from '../utils';
|
||||
|
||||
Reference in New Issue
Block a user