mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
208d8cebf9
Splits herm and the webterm interface out into their own directories for separate distribution. Webterm glob pending.
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'));
|