From 0b647fb59e564443140bc22e1fd1c500765ba76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 27 Aug 2019 14:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/topic_bank/index.js | 50 ++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/public/react/src/modules/topic_bank/index.js b/public/react/src/modules/topic_bank/index.js index e69de29bb..a57282923 100644 --- a/public/react/src/modules/topic_bank/index.js +++ b/public/react/src/modules/topic_bank/index.js @@ -0,0 +1,50 @@ +import React, { Component } from 'react'; + +import { BrowserRouter as Router, Route, Link, Switch } from "react-router-dom"; + +import Loading from '../../Loading'; + +import Loadable from 'react-loadable'; + +import { TPMIndexHOC } from './TPMIndexHOC'; + +import { SnackbarHOC } from 'educoder'; + +import axios from 'axios'; + + +class TPMIndex extends Component { + constructor(props) { + super(props) + this.state = { + + } + } + + componentDidMount = () => { + + + + } + + + render() { + + return ( +