Skip to content

Commit

Permalink
refactor: update imports (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit authored Mar 10, 2024
1 parent 1d80cae commit 389e544
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ import {
IndyVdrSovDidResolver
} from '@aries-framework/indy-vdr'
import { PushNotificationsFcmModule } from '@aries-framework/push-notifications'
// Q&A
import {
QuestionAnswerRecord,
QuestionAnswerEventTypes,
QuestionAnswerStateChangedEvent,
QuestionAnswerState
} from '@aries-framework/question-answer'

export * from './agent'
export * from './providers'
Expand Down Expand Up @@ -192,3 +199,5 @@ export { AskarModule }
export { AnonCredsRsModule }
// Push Notifications
export { PushNotificationsFcmModule }
// Q&A
export { QuestionAnswerRecord, QuestionAnswerEventTypes, QuestionAnswerStateChangedEvent, QuestionAnswerState }

0 comments on commit 389e544

Please sign in to comment.