Skip to content

Commit

Permalink
Update subscribe-to-active-account.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo authored Aug 28, 2024
1 parent b56e869 commit e84cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/getting-started/subscribe-to-active-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ dAppClient.requestPermissions();
```ts
import { TezosToolkit } from "@taquito/taquito";
import { BeaconWallet } from "@taquito/beacon-wallet";
import { BeaconEvent } from "@airgap/beacon-dapp";}
import { BeaconEvent } from "@airgap/beacon-dapp";
import { BroadcastChannel, createLeaderElection } from "broadcast-channel";

const channel = new BroadcastChannel("beacon-test");
Expand Down

0 comments on commit e84cb00

Please sign in to comment.