Fix: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2023-07-16 19:11:28 +02:00
parent cacc078042
commit 0e8c3b1062
4 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,6 @@
</head>
<body>
<div id="main"></div>
<script type="module" src="./StylesheetTestGui.ts"></script>
<script type="module" src="./src/StylesheetTestGui.ts"></script>
</body>
</html>