fix: The unimported functions

This commit is contained in:
Ahmed Bouhuolia
2024-09-01 11:16:50 +02:00
parent e433f4ad68
commit 7c07d6b5ff

View File

@@ -9,9 +9,11 @@ import {
compose, compose,
updateTableCell, updateTableCell,
updateAutoAddNewLine, updateAutoAddNewLine,
updateMinEntriesLines,
orderingLinesIndexes, orderingLinesIndexes,
updateTableRow, updateTableRow,
formattedAmount, formattedAmount,
updateRemoveLineByIndex,
} from '@/utils'; } from '@/utils';
import { useItemEntriesTableContext } from './ItemEntriesTableProvider'; import { useItemEntriesTableContext } from './ItemEntriesTableProvider';