Skip to content

Commit bf4f66b

Browse files
fix: mathquill import in index.html
1 parent 62879bb commit bf4f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc-frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<div id="root"></div>
2020
<script src="https://cdn.plot.ly/plotly-3.0.0.min.js"></script>
2121
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
22-
<script src="./mathquill/build/mathquill.js"></script>
2322

23+
<script type="module" src="/mathquill/build/mathquill.js"></script>
2424
<script type="module" src="/src/main.tsx"></script>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)