Skip to content

Commit 4bdd88a

Browse files
authored
Fix import path for index.js in index.html
1 parent d8c6245 commit 4bdd88a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3 class="status" id="status"></h3>
9090
</div>
9191
</div>
9292
<script type="module">
93-
import {initialize, compress} from 'index.js';
93+
import {initialize, compress} from './index.js';
9494

9595
await initialize();
9696

0 commit comments

Comments
 (0)