import s from './SortBar.module.css'; const SortBar = ({ handleSort }: { handleSort: any }) => { return (
); }; export default SortBar;