From 3f0e399c9a82c40d05bf943a9de4824ed0a5c51d Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 7 Jun 2018 09:35:14 +0300 Subject: [PATCH] root div id changed to app --- src/index.html | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index ee4d68978..f9e2d4f3b 100755 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ -
+
\ No newline at end of file diff --git a/src/index.js b/src/index.js index 968445cca..f7a459979 100755 --- a/src/index.js +++ b/src/index.js @@ -2,4 +2,4 @@ import React from 'react'; import ReactDOM from 'react-dom'; import App from './app'; -ReactDOM.render(, document.getElementById('root')); +ReactDOM.render(, document.getElementById('app'));