diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-18 20:41:50 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-18 20:41:50 +0300 |
| commit | c017c18e0b5db8c3e0c92e08819e829a7cdc8388 (patch) | |
| tree | 17e47cf41ff21f4f4b4fd755ac4cfec1382798c0 /templates | |
| parent | 5dad2aa8da9c123a78717866be67b7ee3ec0ad2d (diff) | |
Component refactoring, slider works
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
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> |
