diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:59:27 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-18 16:59:27 +0000 |
commit | 598c0b7195d6fb95790074f0743c51c2d032b28a (patch) | |
tree | 231e079816144c8cba8f337c2fa1a763531df475 | |
parent | 984cdcd6fbb16d750744aed9cba68508e91eb998 (diff) | |
download | newsaggregator-598c0b7195d6fb95790074f0743c51c2d032b28a.tar.gz newsaggregator-598c0b7195d6fb95790074f0743c51c2d032b28a.tar.bz2 newsaggregator-598c0b7195d6fb95790074f0743c51c2d032b28a.zip |
Changed div to an id 'root'
-rw-r--r-- | Website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Website/index.html b/Website/index.html index cd392d4..be2b936 100644 --- a/Website/index.html +++ b/Website/index.html @@ -11,7 +11,7 @@ </head> <body> - <div class="app"> + <div id="root"> </div> </body> |