diff options
Diffstat (limited to 'src/leap/bitmask_js/app/lib/common.js')
-rw-r--r-- | src/leap/bitmask_js/app/lib/common.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/leap/bitmask_js/app/lib/common.js b/src/leap/bitmask_js/app/lib/common.js new file mode 100644 index 0000000..14a30c3 --- /dev/null +++ b/src/leap/bitmask_js/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 |