mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 01:52:57 +00:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import Wrapper from './Wrapper';
|
|
import 'babel-polyfill';
|
|
|
|
ReactDOM.render(<Wrapper />, document.getElementById('app'));
|