import Service from '@ember/service';
export default Service.extend({
  comparator: function(type) {},
});