import * as ReactDOM from "react-dom";

// @ts-ignore: this file runs is Node => global exists
global.ReactDOM = ReactDOM;
