Jessica Lord 9 年之前
父節點
當前提交
df6263172b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

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