diff options
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 |
