aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/gallery.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-01 10:17:55 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-01 10:17:55 +0000
commit30fb0dc40d595b9e0b7747ad8e5c4e8cf7e3023b (patch)
treedc56f20ec4d78115e15761c402589b5aec94ef55 /root/articles/mmmfs/gallery.moon
parentdefer all scripts (diff)
downloadmmm-30fb0dc40d595b9e0b7747ad8e5c4e8cf7e3023b.tar.gz
mmm-30fb0dc40d595b9e0b7747ad8e5c4e8cf7e3023b.zip
move mmm code from lib to mmm etc
Diffstat (limited to 'root/articles/mmmfs/gallery.moon')
-rw-r--r--root/articles/mmmfs/gallery.moon6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/articles/mmmfs/gallery.moon b/root/articles/mmmfs/gallery.moon
index e132f42..3abad43 100644
--- a/root/articles/mmmfs/gallery.moon
+++ b/root/articles/mmmfs/gallery.moon
@@ -1,5 +1,5 @@
-import define_fileders from require 'lib.mmmfs'
-import div, h1, a, img, br from require 'lib.dom'
+import define_fileders from require 'mmm.mmmfs'
+import div, h1, a, img, br from require 'mmm.dom'
Fileder = define_fileders ...
@@ -23,7 +23,7 @@ with Fileder {
div content
'slideshow: moon -> mmm/dom': =>
- import ReactiveVar, text, elements from require 'lib.component'
+ import ReactiveVar, text, elements from require 'mmm.component'
index = ReactiveVar 1