Skip to content

Commit 2b3e9fc

Browse files
committed
Fix /app/dev page
1 parent 81245c5 commit 2b3e9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dev/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="stylesheet" type="text/css" href="board.css"/>
99
<script src="../assets/js/globals.js"></script>
10-
<script type="module" src="../../assets/js/acas-load-modules.js"></script>
10+
<script type="module" src="../assets/js/misc/exposeModules.js"></script>
1111
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"/>
1212
<link rel="stylesheet" type="text/css" href="../../assets/css/chessground.base.css"/>
1313
<link rel="stylesheet" type="text/css" href="../../assets/css/chessground.brown.css"/>

0 commit comments

Comments
 (0)