diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index f7f425b..d2ca23e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,6 @@ <div id="app" style="position:absolute;"> <root></root> </div> - <script src="{{ url_for('static', filename='js/app.js') }}"></script> - <script type="text/javascript">require('geshem');</script> + <script src="{{ url_for('static', filename='js/build.js') }}"></script> </body> </html> |
