diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-28 04:22:15 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-28 04:22:15 +0000 |
| commit | b0c4ec80d691ac3e71f964529695cf0ce0944f8e (patch) | |
| tree | 805a79ff3258d1031363074b6a424efe6ec698fc /app | |
| parent | add some icons (diff) | |
| download | mmm-b0c4ec80d691ac3e71f964529695cf0ce0944f8e.tar.gz mmm-b0c4ec80d691ac3e71f964529695cf0ce0944f8e.zip | |
move duct_tape to lib
Diffstat (limited to 'app')
| -rw-r--r-- | app/realities.moon | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.6/svg.min.js"></script>' |
