From 30fb0dc40d595b9e0b7747ad8e5c4e8cf7e3023b Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 1 Nov 2018 21:17:55 +1100 Subject: move mmm code from lib to mmm etc --- root/animations/init.moon | 4 ++-- root/animations/koch.moon | 6 +++--- root/animations/twisted.moon | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'root/animations') diff --git a/root/animations/init.moon b/root/animations/init.moon index ba8cb91..c968cfd 100644 --- a/root/animations/init.moon +++ b/root/animations/init.moon @@ -1,5 +1,5 @@ -import div, h3, ul, li, a from require 'lib.dom' -import define_fileders from require 'lib.mmmfs' +import div, h3, ul, li, a from require 'mmm.dom' +import define_fileders from require 'mmm.mmmfs' Fileder = define_fileders ... require = relative ... diff --git a/root/animations/koch.moon b/root/animations/koch.moon index 9b8217d..4d16b8a 100644 --- a/root/animations/koch.moon +++ b/root/animations/koch.moon @@ -1,4 +1,4 @@ -import define_fileders from require 'lib.mmmfs' +import define_fileders from require 'mmm.mmmfs' Fileder = define_fileders ... with Fileder { @@ -9,8 +9,8 @@ with Fileder { if MODE == 'CLIENT' Math = window.Math - import CanvasApp from require 'lib.canvasapp' - import hsl from require 'lib.color' + import CanvasApp from require 'mmm.canvasapp' + import hsl from require 'mmm.color' class KochDemo extends CanvasApp width: 600 diff --git a/root/animations/twisted.moon b/root/animations/twisted.moon index 9e97738..68bdac6 100644 --- a/root/animations/twisted.moon +++ b/root/animations/twisted.moon @@ -1,4 +1,4 @@ -import define_fileders from require 'lib.mmmfs' +import define_fileders from require 'mmm.mmmfs' Fileder = define_fileders ... with Fileder { @@ -7,8 +7,8 @@ with Fileder { } if MODE == 'CLIENT' - import CanvasApp from require 'lib.canvasapp' - import hsl from require 'lib.color' + import CanvasApp from require 'mmm.canvasapp' + import hsl from require 'mmm.color' Math = window.Math -- cgit v1.2.3