import React from 'react'; import { Button, Intent } from '@blueprintjs/core'; import { FormattedMessage as T } from 'components'; import withDialogActions from 'containers/Dialog/withDialogActions'; import { compose } from 'utils'; function KeyboardShortcutsFooter({ // #withDialogActions closeDialog, }) { const handleClose = () => { closeDialog('keyboard-shortcuts'); }; return (