Commit a238bd8a authored by wildfirecode13's avatar wildfirecode13

1

parent f9af7c39
No preview for this file type
......@@ -6,12 +6,12 @@ MOCK_STATUS && (require('../mock/index'));
import MD from '../MD';
MD();
//此处为spark-cli动态生成
import Pagegamescene from "./pages/pagegamescene/pagegamescene.jsx";
import PageCanvas from "./pages/pagecanvas/pagecanvas.jsx";
class App extends Component {
render() {
return (
<Pagegamescene></Pagegamescene>
<PageCanvas></PageCanvas>
);
}
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment