diff --git a/src/resources/users.tsx b/src/resources/users.tsx index 2e33df4..a7a1a03 100644 --- a/src/resources/users.tsx +++ b/src/resources/users.tsx @@ -14,13 +14,10 @@ import { Button, Datagrid, DateField, - Create, - CreateProps, Edit, EditProps, List, ListProps, - SimpleForm, SimpleFormIterator, TabbedForm, FormTab, @@ -36,13 +33,10 @@ import { SelectInput, BulkDeleteButton, DeleteButton, - maxLength, - regex, required, useRecordContext, useTranslate, Pagination, - CreateButton, ExportButton, TopToolbar, NumberField, @@ -70,7 +64,6 @@ const UserListActions = () => { const { isLoading, total } = useListContext(); return ( -