// withHooks
// noPage

import React from 'react';
import { View } from 'react-native';


export interface MarketMerchant_detail_mainProps {

}
export default function m(props: any): any {
  return (
    <View>
    </View>
  )
}