/*
 * pollute the global namespace with some useful utils
 */

import React from 'react'

window.elem = React.createElement

window.log = console.log