import { List, Datagrid, TextField, EmailField, } from 'react-admin'; export const UserList = (props) => ( <List {...props}> <Datagrid ...
確定! 回上一頁