import Component from '@ember/component';
export default Component.extend({
tagName: 'thead',
tableColumnComponent: 'dataset-table-column'
});