1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-09 01:52:57 +00:00
Files
ps-launcher/app/app.tsx
2017-10-16 23:05:44 -05:00

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'));