fix: Remove not used files and notes.

This commit is contained in:
Ahmed Bouhuolia
2020-06-13 19:12:24 +02:00
parent a849b9a945
commit ac9c360629
15 changed files with 57 additions and 519 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { Intent, Button } from '@blueprintjs/core';
import { FormattedMessage as T } from 'react-intl';
function ExpenseFooter({
export default function ExpenseFooter({
formik: { isSubmitting },
onSubmitClick,
onCancelClick,
@@ -40,6 +40,4 @@ function ExpenseFooter({
</Button>
</div>
);
}
export default ExpenseFooter;
};