mirror of https://github.com/openspug/spug
clean code
parent
d940147395
commit
c4fe462620
|
@ -3,7 +3,7 @@
|
||||||
* Copyright (c) <spug.dev@gmail.com>
|
* Copyright (c) <spug.dev@gmail.com>
|
||||||
* Released under the AGPL-3.0 License.
|
* Released under the AGPL-3.0 License.
|
||||||
*/
|
*/
|
||||||
import React, { useEffect } from 'react';
|
import React from 'react';
|
||||||
import { observer } from 'mobx-react';
|
import { observer } from 'mobx-react';
|
||||||
import { Input } from 'antd';
|
import { Input } from 'antd';
|
||||||
import { SearchForm, AuthDiv, Breadcrumb } from 'components';
|
import { SearchForm, AuthDiv, Breadcrumb } from 'components';
|
||||||
|
|
Loading…
Reference in New Issue