Skip to content

Commit

Permalink
chore: fix hooks store registry import (#5109)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Nov 19, 2024
1 parent 84f5d5e commit 8a8484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hook-dapp-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export * from './hookDappIframeTransport'
export * from './types'
export * from './consts'
export * from './utils'
import * as hookDappsRegistry from './hookDappsRegistry.json'
import hookDappsRegistry from './hookDappsRegistry.json'
export { hookDappsRegistry }

0 comments on commit 8a8484c

Please sign in to comment.