diff --git a/ide/static/js/index.js b/ide/static/js/index.js index d387a3637..c45799e80 100644 --- a/ide/static/js/index.js +++ b/ide/static/js/index.js @@ -3,10 +3,12 @@ import React from 'react'; import { render } from 'react-dom'; import { Router, Route, hashHistory } from 'react-router'; import App from './app.js'; +import Home from './home.js'; import '../css/style.css'; render( + , document.getElementById('app') );