Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Apr 6, 2022
1 parent b2f5d47 commit 04c9578
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/web/src/components/TopicConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useEffect, useState} from 'react';
import request from "../common/request";
import {Form, message, Space, Table, Tag, Typography} from "antd";
import {Form, Space, Table, Tag, Typography} from "antd";
import {Input} from "antd/lib/index";
import {FormattedMessage} from "react-intl";

Expand Down
1 change: 0 additions & 1 deletion src/main/web/src/locales/en_US.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {Alert} from "antd";
import React from "react";

const en_US = {
Expand Down
1 change: 0 additions & 1 deletion src/main/web/src/locales/zh_CN.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {Alert} from "antd";
import React from "react";

const zh_CN = {
Expand Down

0 comments on commit 04c9578

Please sign in to comment.