mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +00:00
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
![]() |
import Component from '@ember/component';
|
||
|
|
||
|
export default class NotificationsDialogDialogContent extends Component {
|
||
|
tagName = 'section';
|
||
|
|
||
|
classNames = ['notification-confirm-modal__content'];
|
||
|
}
|