Skip to content

Commit

Permalink
Fix type in var
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Nov 17, 2022
1 parent 2a9a1b6 commit 13d1a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
const sequence = sequenceModule()
const enrkypt = enkryptModule()
const enkrypt = enkryptModule()
const mewWallet = mewWalletModule()
const onboard = Onboard({
Expand All @@ -128,7 +128,7 @@
ledger,
trezor,
walletConnect,
enrkypt,
enkrypt,
mewWallet,
keepkey,
keystone,
Expand Down

0 comments on commit 13d1a9c

Please sign in to comment.