diff options
Diffstat (limited to 'src/html/event.nim')
-rw-r--r-- | src/html/event.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/event.nim b/src/html/event.nim index 47195b82..8a5c6edc 100644 --- a/src/html/event.nim +++ b/src/html/event.nim @@ -1,5 +1,5 @@ -import math -import times +import std/math +import std/times import bindings/quickjs import js/dict |