mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 03:19:51 +00:00
7 lines
219 B
TypeScript
7 lines
219 B
TypeScript
![]() |
import Component from '@ember/component';
|
||
|
import { tagName, classNames } from '@ember-decorators/component';
|
||
|
|
||
|
@tagName('li')
|
||
|
@classNames('comment-stream__header')
|
||
|
export default class CommentHeader extends Component {}
|