diff --git a/index.html b/index.html index 3c20221..72fbedc 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -
+
diff --git a/src/index.js b/src/index.js index 3220e8f..86f2500 100644 --- a/src/index.js +++ b/src/index.js @@ -10,4 +10,4 @@ ReactDOM.render( - , document.getElementById('container')); + , document.querySelector('.container'));