Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jun 27, 2024
1 parent dc37ab7 commit a3ce598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/actions/credential.actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
getVerifiableCredentialsFromStorage,
storeVerifiableCredential as storeCredential,
} from '../../services/credentialService';
import {IUser, RootState, ToastTypeEnum} from '../../types';
import {RootState, ToastTypeEnum} from '../../types';
import {
CREATE_CREDENTIAL_FAILED,
CREATE_CREDENTIAL_SUCCESS,
Expand Down

0 comments on commit a3ce598

Please sign in to comment.