import {
Datagrid,
List,
NumberField,
SelectArrayInput,
SelectField,
TextField,
TextInput,
} from "react-admin";
import { ResourceListActions } from "../shared/ListActions";
import { categoryPartChoices } from "../shared/enums";
const partFilters = [
,
,
,
];
export const PartList = () => (
}
>
);