diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-18 14:16:10 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-18 14:16:10 +0000 |
| commit | 8844d29223626240ff99a0cdaccf1ee5a36cb3f6 (patch) | |
| tree | 1740fd0291959aa8d3d0b266158d7eaaa685224d /app/test_component.moon | |
| parent | update dependencies (diff) | |
| download | mmm-8844d29223626240ff99a0cdaccf1ee5a36cb3f6.tar.gz mmm-8844d29223626240ff99a0cdaccf1ee5a36cb3f6.zip | |
towards self-compiling
Diffstat (limited to 'app/test_component.moon')
| -rw-r--r-- | app/test_component.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test_component.moon b/app/test_component.moon index a8f8934..78556a2 100644 --- a/app/test_component.moon +++ b/app/test_component.moon @@ -1,4 +1,4 @@ -import div, h1, ul, li, pre from require 'app.html' +import div, h1, ul, li, pre from require 'lib.html' last = nil test_group = (name) -> |
