import { useConnection, useWallet } from '@solana/wallet-adapter-react' import { useSolana } from './solana-provider' export function AppFeature() { const { connection } = useConnection() const { network } = useSolana() const wallet = useWallet() if (wallet.connecting) { return