import '../styles/Sort.css' const Sort = ({ onExit }) => { function abort(e) { if (e.target.className === "sort-overlay") { onExit(); } } return ( <>