2019-08-31 20:51:14 -07:00

6 lines
97 B
JavaScript

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