diff options
Diffstat (limited to 'lib/time.moon')
| -rw-r--r-- | lib/time.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.moon b/lib/time.moon index d44013e..5823d80 100644 --- a/lib/time.moon +++ b/lib/time.moon @@ -1,5 +1,5 @@ import Registry, Value, IO, Op, ValueInput, IOInput, match - from require 'core' + from require 'core.base' import monotime from require 'system' class Clock extends IO |
