1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00
Files
classic-wow-forums/client/app/app.tsx
2018-01-08 22:27:21 -06:00

7 lines
182 B
TypeScript

import React from 'react';
import ReactDOM from 'react-dom';
import { Routes } from './routes';
import 'babel-polyfill';
ReactDOM.render(<Routes/>, document.getElementById('app'));