From f84056fbdf716334772f77ca8e95bea6ec928f21 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:37:10 +0800 Subject: [PATCH] . --- public/react/src/modules/topic_bank/index.js | 50 -------------------- 1 file changed, 50 deletions(-) delete mode 100644 public/react/src/modules/topic_bank/index.js diff --git a/public/react/src/modules/topic_bank/index.js b/public/react/src/modules/topic_bank/index.js deleted file mode 100644 index a57282923..000000000 --- a/public/react/src/modules/topic_bank/index.js +++ /dev/null @@ -1,50 +0,0 @@ -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 ( -
- - {/**/} - - {/* ()*/} - {/*}>*/} - - {/**/} - -
- ) - } -} - -export default SnackbarHOC() (TPMIndexHOC ( TPMIndex ));