1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-14 15:23:37 +00:00

Remove deprecated index.ts (#490)

* Remove deprecated index.ts

* Update tests
This commit is contained in:
Oscar Hinton
2021-09-17 14:57:31 +02:00
committed by GitHub
parent da6fde4b15
commit 83548a6753
25 changed files with 28 additions and 138 deletions

View File

@@ -14,7 +14,7 @@ import { PlatformUtilsService } from 'jslib-common/abstractions/platformUtils.se
import { UserService } from 'jslib-common/abstractions/user.service';
import { Cipher } from 'jslib-common/models/domain/cipher';
import { ErrorResponse } from 'jslib-common/models/response';
import { ErrorResponse } from 'jslib-common/models/response/errorResponse';
import { AttachmentView } from 'jslib-common/models/view/attachmentView';
import { CipherView } from 'jslib-common/models/view/cipherView';