aboutsummaryrefslogtreecommitdiffstats
path: root/app/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-29 08:37:40 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-29 08:40:08 +0000
commite5491bc7fbd867812500c845db99b55b35db0666 (patch)
tree7204730bc3cd99027a3104b315b6b3996bc794a4 /app/init.moon
parentbetter conversion inverence for mmmfs (diff)
downloadmmm-e5491bc7fbd867812500c845db99b55b35db0666.tar.gz
mmm-e5491bc7fbd867812500c845db99b55b35db0666.zip
rename lib.html to lib.dom
Diffstat (limited to 'app/init.moon')
-rw-r--r--app/init.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/init.moon b/app/init.moon
index 5d5f18a..5e38966 100644
--- a/app/init.moon
+++ b/app/init.moon
@@ -84,7 +84,7 @@ index = {
route: ''
dest: 'index.html'
render: =>
- import h1, h3, div, b, p, a, br, ul, tt, li, img from require 'lib.html'
+ import h1, h3, div, b, p, a, br, ul, tt, li, img from require 'lib.dom'
import opairs from require 'lib.ordered'
moon = '\xe2\x98\xbd'