import { FilterOperation } from 'components' const ProductsAside = props => { //? Props const { mainMaxPrice, mainMinPrice, handleChangeRoute } = props //? Render(s) return ( ) } export default ProductsAside