Refactor: Update import path for transpiler

This commit is contained in:
2025-09-26 08:22:27 -07:00
parent 03b32da9a4
commit 7f3967ab0b

View File

@@ -1,4 +1,4 @@
import { hi2js } from '../transpiler.js'; import { hi2js } from '../src/index.js';
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
const hiInput = document.getElementById('hi-input'); const hiInput = document.getElementById('hi-input');