clean code

pull/586/head v3.2.5
vapao 2022-10-31 20:34:59 +08:00
parent 1115c022f5
commit 129d5726af
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* Copyright (c) <spug.dev@gmail.com>
* Released under the AGPL-3.0 License.
*/
import React, { useEffect } from 'react';
import React from 'react';
import { observer } from 'mobx-react';
import { Input } from 'antd';
import { SearchForm, AuthDiv, Breadcrumb } from 'components';