mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-14 19:12:49 +00:00
client - add services
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Wrapper from './Wrapper';
|
||||
import { Routes } from './routes';
|
||||
import 'babel-polyfill';
|
||||
|
||||
ReactDOM.render(<Wrapper />, document.getElementById('app'));
|
||||
ReactDOM.render(<Routes/>, document.getElementById('app'));
|
||||
|
||||
Reference in New Issue
Block a user