Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Oct 31, 2022
1 parent 1115c02 commit 129d572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spug_web/src/pages/system/account/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) <[email protected]>
* 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';
Expand Down

0 comments on commit 129d572

Please sign in to comment.