import { getWithdrawCreateData } from './withdraw';
import { getMpShipState } from './ship';
const aspectDict = {
getMpShipState,
getWithdrawCreateData,
};
export default aspectDict;