Missed import

This commit is contained in:
Connor Yoh 2025-10-31 17:12:34 +00:00
parent 2d3c1695b3
commit 7c1da49d12

View File

@ -1,5 +1,5 @@
import { useTranslation } from 'react-i18next';
import { ToolType, useToolOperation } from '@app/hooks/tools/shared/useToolOperation';
import { ToolType, useToolOperation, ToolOperationConfig } from '@app/hooks/tools/shared/useToolOperation';
import { createStandardErrorHandler } from '@app/utils/toolErrorHandler';
import { SingleLargePageParameters, defaultParameters } from '@app/hooks/tools/singleLargePage/useSingleLargePageParameters';
import { singleLargePageClientSide } from '@app/utils/pdfOperations/singleLargePage';