1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00

update dependencies

This commit is contained in:
2018-11-08 19:42:40 -06:00
parent 8625cd670b
commit 7adb4c75d4
5 changed files with 4167 additions and 4423 deletions

View File

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