From b0c4ec80d691ac3e71f964529695cf0ce0944f8e Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 28 Oct 2018 15:22:15 +1100 Subject: move duct_tape to lib --- app/realities.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/realities.moon b/app/realities.moon index 86da107..2e12eb8 100644 --- a/app/realities.moon +++ b/app/realities.moon @@ -4,7 +4,7 @@ import h1, h2, p, a, i, div, ol, li, br, hr, span, button, section, article from if MODE == 'CLIENT' require 'svg.js' else - import compile from require 'duct_tape' + import compile from require 'lib.duct_tape' append '' -- cgit v1.2.3