summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-18 20:41:50 +0300
committerYuval Adam <_@yuv.al>2017-10-18 20:41:50 +0300
commitc017c18e0b5db8c3e0c92e08819e829a7cdc8388 (patch)
tree17e47cf41ff21f4f4b4fd755ac4cfec1382798c0 /templates
parent5dad2aa8da9c123a78717866be67b7ee3ec0ad2d (diff)
Component refactoring, slider works
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index d2ca23e..f07eb53 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,9 +18,7 @@
<body style="margin: 0;">
<script>window.imgs = {{ imgs|safe }};</script>
<div id="map" style="position:absolute; top:0; bottom:0; width:100%;"></div>
- <div id="app" style="position:absolute;">
- <root></root>
- </div>
+ <div id="app" style="position:absolute;"></div>
<script src="{{ url_for('static', filename='js/build.js') }}"></script>
</body>
</html>