mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-30 18:26:58 +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 {}
 | 
