修正合并错误
This commit is contained in:
parent
da5305cb2d
commit
5b109d8afa
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue