diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-26 06:29:45 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-26 06:36:37 +0000 |
| commit | 86f59196895bdc401daf63b4b7a6c9f503845729 (patch) | |
| tree | f6fdec9e6a3f86fca4b5abf071c4da7622cbde77 /app/tablefs/init.moon | |
| parent | finish koch (diff) | |
| download | mmm-86f59196895bdc401daf63b4b7a6c9f503845729.tar.gz mmm-86f59196895bdc401daf63b4b7a6c9f503845729.zip | |
add tablefs
Diffstat (limited to 'app/tablefs/init.moon')
| -rw-r--r-- | app/tablefs/init.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/tablefs/init.moon b/app/tablefs/init.moon new file mode 100644 index 0000000..5a9a4fd --- /dev/null +++ b/app/tablefs/init.moon @@ -0,0 +1,4 @@ +require = relative ... +root = require '.tablefs' + +append root['moon -> text/html'] root |
