import React from 'react';
import { Intent, Button } from '@blueprintjs/core';
import { FormattedMessage as T } from 'react-intl';
function ExpenseFooter({
formik: { isSubmitting },
onSubmitClick,
onCancelClick,
}) {
return (
);
}
export default ExpenseFooter;