修正合并错误

This commit is contained in:
xxq250 2023-01-12 21:27:11 +08:00
parent da5305cb2d
commit 5b109d8afa
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React, { Component } from "react";
import { Tabs } from 'antd';
import { Tabs, Select } from 'antd';
import { Link } from "react-router-dom";
import axios from "axios";
import { getImageUrl , turnbar } from "educoder";
@ -19,6 +19,7 @@ import RenderHtml from "../../components/render-html";
import "../Order/order.scss";
import MergeLinkFooter from "./MergeLinkFooter";
const Option = Select.Option;
const TextArea = Input.TextArea;
class MessageCount extends Component {
constructor(props) {