import { T9n } from 'features/T9n' import { Header, HeaderTitle, } from 'features/PopupComponents' import { useBuyMatchPopupStore } from '../../store' import { Wrapper, Body, Footer, Button, ResultText, } from '../../styled' export const SuccessStep = () => { const { close } = useBuyMatchPopupStore() return (
) }