This commit is contained in:
Anthony Stirling 2025-11-20 12:09:45 +00:00
parent 3a7ec0ff38
commit 1d49e58e96

View File

@ -126,7 +126,4 @@ export const URL_TO_TOOL_MAP: Record<string, ToolId> = {
'/overlay-pdf': 'overlayPdfs',
'/split-pdf-by-sections': 'split',
'/split-pdf-by-chapters': 'split',
// Premium tools
'/pdf-text-editor': 'pdfTextEditor',
};