mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
|
import * as React from 'react';
|
||
|
import * as ReactDOM from 'react-dom';
|
||
|
import TermApp from './App';
|
||
|
|
||
|
ReactDOM.render(<TermApp />, document.getElementById('root'));
|