aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-22 18:46:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit9cc09e79c6a424b008a6f188eb64236a9ca5d865 (patch)
tree7ca6737c02c2998e523767e7041392a7869b270e /vnext/src/index.js
parentd64e29f2315b6e42eb4c5149348fd89ac61e6805 (diff)
CSS Grid WIP
Diffstat (limited to 'vnext/src/index.js')
-rw-r--r--vnext/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.js b/vnext/src/index.js
index d48d433a..74a332fd 100644
--- a/vnext/src/index.js
+++ b/vnext/src/index.js
@@ -30,4 +30,4 @@ const JuickApp = () => (
</Suspense>
);
-ReactDOM.render(<JuickApp />, document.getElementById('body'));
+ReactDOM.render(<JuickApp />, document.getElementById('app'));