datahub/wherehows-web/app/components/dataset-table-cell.js

6 lines
97 B
JavaScript
Raw Normal View History

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