Skip to content

Commit

Permalink
chore: import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jul 26, 2024
1 parent 3bdc89d commit 679921f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import StatePanel from '@components/panels/StatePanel'
import {JSONDataView} from '@sphereon/ui-components.ssi-react'
import {InputDescriptorV2} from '@sphereon/pex-models'
import Debug, {Debugger} from 'debug'
import {SelectableCredential} from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth/src/types/siop-service'
import {SelectableCredential} from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'
import {toCredentialSummary} from '@sphereon/ui-components.credential-branding'
import {UniqueDigitalCredential} from '@sphereon/ssi-sdk.credential-store'
import {VerifiableCredential} from '@veramo/core'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {CredentialPayload} from '@veramo/core'
import agent, {agentContext} from '@agent'
import {OriginalVerifiableCredential} from '@sphereon/ssi-types/src'
import {OriginalVerifiableCredential} from '@sphereon/ssi-types'
import {EventLogger, EventLoggerBuilder} from '@sphereon/ssi-sdk.core'
import {DefaultActionSubType, LogLevel, ActionType, System, InitiatorType, SubSystem, LoggingEventType} from '@sphereon/ssi-types'

Expand Down

0 comments on commit 679921f

Please sign in to comment.