diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-22 18:14:21 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-22 18:15:56 +0200 |
commit | f6db5536c834185f7078e9614db7cca9faf3d153 (patch) | |
tree | 7e54b442eeea22cf2e3615adc75142b2606fbc03 /src/js | |
parent | 3e353c07a5c3d5f6c22062adf684cea59c0e86a3 (diff) | |
download | chawan-f6db5536c834185f7078e9614db7cca9faf3d153.tar.gz |
misc cleanups
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/intl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/intl.nim b/src/js/intl.nim index 4ae264e4..b980fb90 100644 --- a/src/js/intl.nim +++ b/src/js/intl.nim @@ -1,8 +1,8 @@ # Very minimal Intl module... TODO make it more complete -import monoucha/quickjs import monoucha/javascript import monoucha/jstypes +import monoucha/quickjs import monoucha/tojs type |