5 lines
107 B
JavaScript
Raw Normal View History

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