diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 10:17:55 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 10:17:55 +0000 |
| commit | 30fb0dc40d595b9e0b7747ad8e5c4e8cf7e3023b (patch) | |
| tree | dc56f20ec4d78115e15761c402589b5aec94ef55 /root/articles/mmmfs/gallery.moon | |
| parent | defer all scripts (diff) | |
| download | mmm-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.moon | 6 |
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 |
