Newer
Older
// import * as ReactDOM from "react/lib/";
//
// import { Hello } from "../_scratch/Hello";
//
// console.log('I am in a tsx file for some reason');
//
// ReactDOM.render(
// <Hello compiler="TypeScript" framework="React" />,
// document.getElementById("example")
// );
//