aboutsummaryrefslogtreecommitdiffstats
path: root/core/registry.moon
diff options
context:
space:
mode:
Diffstat (limited to 'core/registry.moon')
-rw-r--r--core/registry.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/registry.moon b/core/registry.moon
index ebe429c..fca7e5d 100644
--- a/core/registry.moon
+++ b/core/registry.moon
@@ -1,4 +1,5 @@
-import Result, Value from require 'core.value'
+import Value from require 'core.value'
+import Result from require 'core.result'
class Registry
new: () =>