fix/build-error

This commit is contained in:
moT01 2019-06-01 07:17:57 -05:00 committed by Kristofer Koishigawa
parent ffc3a827c2
commit d68475e7ea

View File

@ -59,7 +59,7 @@ tests:
<html> <html>
<body> <body>
<!-- add your code below --> <!-- add your code below -->
<script type="module" src="main.js"></script> <script type="module" src="index.js"></script>
<!-- add your code above --> <!-- add your code above -->
</body> </body>
</html> </html>