remove unused hook from index page

This commit is contained in:
Matthew Russell 2022-03-10 21:09:34 -08:00
parent dbe9e9504f
commit 634075e015

View File

@ -1,9 +1,6 @@
import { Callout, Button } from '@vegaprotocol/ui-toolkit';
import { useVegaWallet } from '@vegaprotocol/react-helpers';
export function Index() {
const { keypair, keypairs, selectPublicKey, sendTx } = useVegaWallet();
return (
<div className="m-24">
<Callout