Skip to content

Commit 04c9578

Browse files
author
dushixiang
committed
优化代码
1 parent b2f5d47 commit 04c9578

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/main/web/src/components/TopicConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useEffect, useState} from 'react';
22
import request from "../common/request";
3-
import {Form, message, Space, Table, Tag, Typography} from "antd";
3+
import {Form, Space, Table, Tag, Typography} from "antd";
44
import {Input} from "antd/lib/index";
55
import {FormattedMessage} from "react-intl";
66

src/main/web/src/locales/en_US.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {Alert} from "antd";
21
import React from "react";
32

43
const en_US = {

src/main/web/src/locales/zh_CN.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {Alert} from "antd";
21
import React from "react";
32

43
const zh_CN = {

0 commit comments

Comments
 (0)