about summary refs log tree commit diff stats
path: root/src/html/env.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/env.nim')
-rw-r--r--src/html/env.nim11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/html/env.nim b/src/html/env.nim
index 76aa2007..fadcd52c 100644
--- a/src/html/env.nim
+++ b/src/html/env.nim
@@ -1,6 +1,5 @@
 import std/selectors
 
-import bindings/quickjs
 import html/catom
 import html/chadombuilder
 import html/dom
@@ -14,17 +13,19 @@ import js/base64
 import js/console
 import js/domexception
 import js/encoding
-import js/jserror
 import js/intl
-import js/javascript
-import js/jstypes
 import js/timeout
-import js/tojs
 import loader/headers
 import loader/loader
 import loader/request
 import loader/response
+import monoucha/javascript
+import monoucha/jserror
+import monoucha/jstypes
+import monoucha/quickjs
+import monoucha/tojs
 import types/blob
+import types/opt
 import types/url
 import types/winattrs