const React = {
    createElement: () => {}
};

export const jsxElement = <h1>Hello world!</h1>;