import { Button, Card, Grid, Icon, Stepper } from '@/components'; import { MintCardHeader } from '../mint-card'; export const WalletStep = () => { const { prevStep, nextStep } = Stepper.useContext(); return ( Connect with the wallet you want to mint & own the NFA. ); };