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