Skip to content

Commit

Permalink
remove walletIsland type
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Dec 18, 2024
1 parent 9896a62 commit bac5b8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wallet/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,3 @@ export type WalletDropdownLinkReact = {
rel?: string;
target?: string;
};

export type WalletIslandProps = {
children: React.ReactNode;
};

0 comments on commit bac5b8e

Please sign in to comment.