clean code

pull/591/head
vapao 2022-10-31 20:34:59 +08:00 committed by yombo
parent cc3be4631a
commit 15df924fad
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';