fix: remove blank files

This commit is contained in:
Ahmed Bouhuolia
2024-01-10 17:43:26 +02:00
parent 5ef99f2cb3
commit 8db6e9f049
6 changed files with 3 additions and 3 deletions

View File

@@ -141,11 +141,11 @@ export const GeneralLedgerSheetExportMenu = () => {
);
// Handle csv export button click.
const handleCsvExportBtnClick = () => {
csvExport().then(() => {});
csvExport();
};
// Handle xlsx export button click.
const handleXlsxExportBtnClick = () => {
xlsxExport().then(() => {});
xlsxExport();
};
return (