diff --git a/src/pages/spellcheck/index.tsx b/src/pages/spellcheck/index.tsx index de623c7..a3885da 100644 --- a/src/pages/spellcheck/index.tsx +++ b/src/pages/spellcheck/index.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import { PageHeader, Form, Input, Card, Button, message, Spin } from 'antd'; +import { Typography, Form, Input, Card, Button, message, Spin } from 'antd'; import { fetchSpellCheck } from '@/api/spellcheck'; const { TextArea } = Input; @@ -81,15 +81,17 @@ const SpellCheckPage: React.FC = () => {