mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Refactor: Update import path for transpiler
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { hi2js } from '../transpiler.js';
|
||||
import { hi2js } from '../src/index.js';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const hiInput = document.getElementById('hi-input');
|
||||
|
||||
Reference in New Issue
Block a user