Skip to content

Commit

Permalink
feat: Add registerEventContext as an import for Capabilities module (#83
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kpears201 authored Dec 2, 2022
1 parent 50866f9 commit 16409bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/template/js/sdk/Capabilities/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import Transport from '../Transport/index.mjs'
import Events from '../Events/index.mjs'
import { registerEvents } from '../Events/index.mjs'
import { registerEventContext } from '../Events/index.mjs'

/* ${INITIALIZATION} */

Expand Down

0 comments on commit 16409bd

Please sign in to comment.