Skip to content

Commit

Permalink
fix(frontend): 🐛 import dapp metadata type from virtual hashpack module
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Dec 10, 2024
1 parent 2d21fe6 commit 08bf6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/hashconnect/dappMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { DappMetadata } from '@hashgraph/hashconnect'
import type { DappMetadata } from 'virtual:hashconnect'

export const dappMetadata: DappMetadata = {
name: 'BIDI',
Expand Down

0 comments on commit 08bf6be

Please sign in to comment.