Skip to content

Commit

Permalink
use unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Nov 25, 2024
1 parent 82c899c commit 2db0cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/credential-wallet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DID, getChainId } from '@iden3/js-iden3-core';
import { DID } from '@iden3/js-iden3-core';
import { IDataStorage } from '../storage/interfaces';
import {
W3CCredential,
Expand Down

0 comments on commit 2db0cb6

Please sign in to comment.