UNPKG

294 BTypeScriptView Raw
1import * as React from 'react';
2import * as ReactDOM from 'react-dom';
3import { Test } from './components/Test';
4
5/**
6 * [Web] entry-point.
7 *
8 * Reference your component(s) here or pull in the [UIHarness]
9 * visual testing host.
10 */
11ReactDOM.render(<Test />, document.getElementById('root'));