diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:37:40 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:40:08 +0000 |
| commit | e5491bc7fbd867812500c845db99b55b35db0666 (patch) | |
| tree | 7204730bc3cd99027a3104b315b6b3996bc794a4 /app/init.moon | |
| parent | better conversion inverence for mmmfs (diff) | |
| download | mmm-e5491bc7fbd867812500c845db99b55b35db0666.tar.gz mmm-e5491bc7fbd867812500c845db99b55b35db0666.zip | |
rename lib.html to lib.dom
Diffstat (limited to 'app/init.moon')
| -rw-r--r-- | app/init.moon | 2 |
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' |
