|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
|
import {Checkbox,Input,Table, Pagination,Menu,Icon} from "antd";
|
|
|
|
|
import {TPMIndexHOC} from "../modules/tpm/TPMIndexHOC";
|
|
|
|
|
import {Link,NavLink} from 'react-router-dom';
|
|
|
|
|
import { WordsBtn ,ActionBtn,SnackbarHOC,markdownToHTML,getImageUrl} from 'educoder';
|
|
|
|
|
const Search = Input.Search;
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import './searchc.css'
|
|
|
|
|
import {TPMIndexHOC} from "../modules/tpm/TPMIndexHOC";
|
|
|
|
|
const Search = Input.Search;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SearchPage extends Component{
|
|
|
|
|
constructor(props) {
|
|
|
|
|