import TransferPanel from '../../components/TransferPanel'; import { connectModule } from '../../lib/phoneContext'; import type { TransferUIContainerProps } from '../../modules/TransferUI'; export default connectModule( (phone) => phone.transferUI, )(TransferPanel);