mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
import * as React from 'react';
|
|
import * as ReactDOM from 'react-dom';
|
|
|
|
// import "./fonts/font.css";
|
|
import App from './App';
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'));
|