diff --git a/src/pages/tools/pdf/editor/index.tsx b/src/pages/tools/pdf/editor/index.tsx index d1dbcfc..29c2b03 100644 --- a/src/pages/tools/pdf/editor/index.tsx +++ b/src/pages/tools/pdf/editor/index.tsx @@ -1,6 +1,5 @@ -import React, { useState } from 'react'; +import React from 'react'; import { Box } from '@mui/material'; -import ToolPdfInput from '@components/input/ToolPdfInput'; import ToolContent from '@components/ToolContent'; import { ToolComponentProps } from '@tools/defineTool'; import { EmbedPDF } from '@simplepdf/react-embed-pdf'; diff --git a/src/pages/tools/pdf/editor/meta.ts b/src/pages/tools/pdf/editor/meta.ts index 7967ba6..8bb1ee0 100644 --- a/src/pages/tools/pdf/editor/meta.ts +++ b/src/pages/tools/pdf/editor/meta.ts @@ -7,7 +7,8 @@ export const tool = defineTool('pdf', { icon: 'mdi:file-document-edit', description: 'Advanced PDF editor with annotation, form-fill, highlight, and export capabilities. Edit your PDFs directly in the browser with professional-grade tools including text insertion, drawing, highlighting, signing and form filling.', - shortDescription: 'Edit PDFs with advanced annotation and editing tools', + shortDescription: + 'Edit PDFs with advanced annotation, signing and editing tools', keywords: [ 'pdf', 'editor',