aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js4
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