aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-08 16:44:10 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitffaed83e11abcfdad86e0d952b1ac8c506b48f48 (patch)
tree4ebe936906b4e11b7f584ea656e43bd94cf0c94e /vnext/src/index.js
parente1733e62f1e0daaead2882cd13b6379908b53658 (diff)
New layout 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 26cf26f6..e48d004c 100644
--- a/vnext/src/index.js
+++ b/vnext/src/index.js
@@ -21,4 +21,4 @@ const JuickApp = () => (
</React.StrictMode>
);
-ReactDOM.render(<JuickApp />, document.getElementById('wrapper'));
+ReactDOM.render(<JuickApp />, document.getElementById('app'));