diff --git a/src/pages/spell-check/index.tsx b/src/pages/spell-check/index.tsx index 50778807..0a8264d9 100644 --- a/src/pages/spell-check/index.tsx +++ b/src/pages/spell-check/index.tsx @@ -1,6 +1,5 @@ import { useState } from 'react' import { Button, Card, Form, Input, message, Space, Switch } from 'antd' -import { PageHeader } from '@ant-design/pro-components' import { checkAndCorrectSpelling } from '@/api/spellCheck' interface CorrectionResult { @@ -224,13 +223,15 @@ const SpellCheck = () => { return (