mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +01:00
Use explicit import paths (#372)
This commit is contained in:
parent
2a5f521df2
commit
fe38848cf7
@ -7,7 +7,7 @@ import { AttachmentResponse } from './attachmentResponse';
|
|||||||
import { LoginResponse } from './loginResponse';
|
import { LoginResponse } from './loginResponse';
|
||||||
import { PasswordHistoryResponse } from './passwordHistoryResponse';
|
import { PasswordHistoryResponse } from './passwordHistoryResponse';
|
||||||
|
|
||||||
import { CipherType } from 'jslib-common/enums';
|
import { CipherType } from 'jslib-common/enums/cipherType';
|
||||||
|
|
||||||
export class CipherResponse extends CipherWithIds implements BaseResponse {
|
export class CipherResponse extends CipherWithIds implements BaseResponse {
|
||||||
object: string;
|
object: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user