import { FormControl, InputLabel, MenuItem, Select } from '@mui/material'; const Sort = ({ sort, handleSortChange }) => { return ( <> Sort ); }; export default Sort;