Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bob committed Sep 4, 2024
1 parent 801c364 commit 5167a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BasketsSDK, FilterOption } from "@symmetry-hq/baskets-sdk";
import { buyBasketIx } from "@symmetry-hq/baskets-sdk/dist/basketInstructions";
import ArrowButton from './components/ArrowButton';
import { useConnection } from '@solana/wallet-adapter-react';
import { PublicKey } from '@solana/web3.js';s
import { PublicKey } from '@solana/web3.js';
import useGovernanceAssets from '@hooks/useGovernanceAssets';
import Select from '@components/inputs/Select';
import GovernedAccountSelect from '../../GovernedAccountSelect';
Expand Down

0 comments on commit 5167a64

Please sign in to comment.