6 lines
100 B
JavaScript
Raw Normal View History

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