import WalletIcon from '@components/icons/WalletIcon' import SecondaryConnectButton from './SecondaryConnectButton' const ConnectEmptyState = ({ text }: { text: string }) => { return (

{text}

) } export default ConnectEmptyState