diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:41:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:41:55 +0200 |
| commit | e6774fa740ea303073f77f3f7e50ce3e03e8de58 (patch) | |
| tree | ab04adc8d7ebbf4f3b1453f46ef7738e82457004 /src/app.js | |
Initial commit
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..6541e13 --- /dev/null +++ b/src/app.js @@ -0,0 +1,4 @@ +import riot from 'riot'; +import './tags'; + +riot.mount('site');
\ No newline at end of file |
