@@ -14,6 +14,6 @@
<script>
// You can also require other files to run in this process
- require('renderer.js')
+ require('./renderer.js')
</script>
</html>