mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-29 19:46:00 +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'];
|
|
}
|