Skip to content

Commit

Permalink
Fixed script src
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioszabo committed Jul 6, 2020
1 parent 6493066 commit e02074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastermind/cljs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="js/index"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>

0 comments on commit e02074a

Please sign in to comment.