import Component from '@ember/component'; export default class LinkGroup extends Component { tagName = 'li'; classNames = ['nacho-filter-card']; }