Skip to content

Commit

Permalink
client: Index fix for divs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNuttall committed Nov 18, 2024
1 parent 5562c56 commit 3050786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Santa Shuffle</title>
</head>
<body>
<canvas id="app"></canvas>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 3050786

Please sign in to comment.