import React from 'react'; import { Edit, SimpleForm, TextInput, SelectInput, required } from 'react-admin'; export const UserEdit = () => ( );