Skip to content

Commit

Permalink
[Fix] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAchao committed Jul 22, 2024
1 parent a2ad511 commit 624a2af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/GlobalHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@
*/

import React, { PureComponent } from "react";
import {
Button,
Divider,
Dropdown,
Form,
Icon,
Input,
Menu,
Modal,
} from "antd";
import { Button, Dropdown, Form, Icon, Input, Menu, Modal } from "antd";
import { connect } from "dva";
import AddModal from "./AddModal";
import ImportResultModal from "./ImportResultModal";
Expand Down

0 comments on commit 624a2af

Please sign in to comment.