mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-14 20:49:48 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
![]() |
import Component from '@ember/component';
|
||
|
|
||
|
export default class extends Component {
|
||
|
tagName = 'tr';
|
||
|
}
|