diff options
Diffstat (limited to 'src/app.js')
| -rw-r--r-- | src/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.js b/src/app.js new file mode 100644 index 0000000..85732ec --- /dev/null +++ b/src/app.js @@ -0,0 +1,4 @@ +import riot from 'riot'; +import './tags'; + +riot.mount(document.getElementById('app'), 'site');
\ No newline at end of file |
