import { WalletMultiButton } from '@solana/wallet-adapter-react-ui'; function Navbar() { return ( <nav> <WalletMultiButton /> </nav> ); }