import React from 'react';
export default function Render(props) {
return <div>account/detail</div>;
}