mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 20:15:56 +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'];
|
||
|
}
|