6 lines
97 B
JavaScript
Raw Normal View History

import Component from '@ember/component';
export default Component.extend({
tagName: 'td'
});