mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-05 23:23:42 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
|
import Component from '@ember/component';
|
||
|
|
|
||
|
|
export default class extends Component {
|
||
|
|
tagName = 'tr';
|
||
|
|
}
|