mirror of
https://github.com/multipleofnpm/qthtml.git
synced 2026-01-13 16:17:56 +00:00
Update index.html
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<h1>Testing index.js Module Import</h1>
|
||||
|
||||
<script type="module">
|
||||
import {$} from './index.js';
|
||||
import {$} from './index.js'
|
||||
console.log($('h1'))
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user