diff --git a/src/users.tsx b/src/users.tsx new file mode 100644 index 0000000..85ee985 --- /dev/null +++ b/src/users.tsx @@ -0,0 +1,17 @@ +// in src/users.tsx +import { List, Datagrid, TextField, EmailField } from "react-admin"; + +export const UserList = () => ( + + + + + + + + + + + + +);