mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
|
|
import Component from '@ember/component';
|
||
|
|
|
||
|
|
export default class NotificationsDialogDialogFooter extends Component {
|
||
|
|
tagName = 'footer';
|
||
|
|
|
||
|
|
classNames = ['notification-confirm-modal__footer'];
|
||
|
|
}
|