import * as React from 'react'; import { render } from 'react-dom'; import Counter from './Counter'; render(, document.getElementById('main'));