Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Dec 6, 2023
1 parent 92de1c0 commit f42eba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/src/verifiable-credential.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Resolvable, DIDResolutionResult} from 'did-resolver';
import type { CryptoAlgorithm, JwkParamsEcPrivate, JwkParamsOkpPrivate, Web5Crypto } from '@web5/crypto';
import type { JwtPayload, JwtHeader } from 'jwt-decode';
import type { JwtHeader } from 'jwt-decode';
import type {
ICredential,
ICredentialSubject,
Expand Down

0 comments on commit f42eba6

Please sign in to comment.