diff --git a/web/pages/help.tsx b/web/pages/help.tsx index 0d7344493..20a297059 100644 --- a/web/pages/help.tsx +++ b/web/pages/help.tsx @@ -1,28 +1,21 @@ -import { Button, Card, Col, Divider, Row } from 'antd' +import { Button, Card, Col, Divider, Result, Row } from 'antd' import Meta from 'antd/lib/card/Meta' import Title from 'antd/lib/typography/Title' import { AlertOutlined, - AlertTwoTone, ApiTwoTone, BookOutlined, BugTwoTone, CameraTwoTone, DatabaseTwoTone, - DislikeTwoTone, EditTwoTone, - FireFilled, - FireOutlined, Html5TwoTone, LinkOutlined, - QuestionCircleFilled, QuestionCircleTwoTone, SettingTwoTone, SlidersTwoTone, - VideoCameraTwoTone -} from '@ant-design/icons'; +} from '@ant-design/icons' import React from 'react' -import Text from 'antd/lib/typography/Text'; interface Props { } @@ -125,12 +118,12 @@ export default function Help(props: Props) {