remove unused hook from index page
This commit is contained in:
parent
dbe9e9504f
commit
634075e015
@ -1,9 +1,6 @@
|
|||||||
import { Callout, Button } from '@vegaprotocol/ui-toolkit';
|
import { Callout, Button } from '@vegaprotocol/ui-toolkit';
|
||||||
import { useVegaWallet } from '@vegaprotocol/react-helpers';
|
|
||||||
|
|
||||||
export function Index() {
|
export function Index() {
|
||||||
const { keypair, keypairs, selectPublicKey, sendTx } = useVegaWallet();
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="m-24">
|
<div className="m-24">
|
||||||
<Callout
|
<Callout
|
||||||
|
Loading…
Reference in New Issue
Block a user