summaryrefslogtreecommitdiff
path: root/www/app/lib/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/app/lib/common.js')
-rw-r--r--www/app/lib/common.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/app/lib/common.js b/www/app/lib/common.js
new file mode 100644
index 0000000..14a30c3
--- /dev/null
+++ b/www/app/lib/common.js
@@ -0,0 +1,7 @@
+/*
+ * pollute the global namespace with some useful utils
+ */
+
+import React from 'react'
+
+window.elem = React.createElement \ No newline at end of file