feat: Remove the not used imports and functions.

This commit is contained in:
Ahmed Bouhuolia
2020-05-26 17:54:26 +02:00
93 changed files with 347 additions and 353 deletions

View File

@@ -59,7 +59,7 @@ function TrialBalanceSheetTable({
className: 'balance',
width: 120,
}
], []);
], [formatMessage]);
const handleFetchData = useCallback(() => {
onFetchData && onFetchData();