Clean code

4.0
vapao 2022-10-27 09:52:03 +08:00
parent 4ba9e11674
commit f44c1e0119
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
import React, { useState, useEffect } from 'react';
import { observer } from 'mobx-react';
import { LoadingOutlined, SyncOutlined } from '@ant-design/icons';
import { Modal, Form, Input, Select, Button, message } from 'antd';
import { Modal, Form, Input, Select, Button } from 'antd';
import http from 'libs/http';
import store from './store';
import lds from 'lodash';

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';