mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 01:11:41 +00:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
|
|
import Component from '@ember/component';
|
||
|
|
|
||
|
|
export default class NotificationsDialogDialogHeader extends Component {
|
||
|
|
tagName = 'header';
|
||
|
|
|
||
|
|
classNames = ['notification-confirm-modal__header'];
|
||
|
|
}
|