New: Update Frontend Packages

This commit is contained in:
Qstick
2019-07-27 01:33:33 -04:00
parent 6288936fe2
commit 1cde85bba8
33 changed files with 1668 additions and 1417 deletions

View File

@@ -1,12 +1,12 @@
import React from 'react';
import { render } from 'react-dom';
import createHistory from 'history/createBrowserHistory';
import { createBrowserHistory } from 'history';
import createAppStore from 'Store/createAppStore';
import App from './App/App';
import 'Styles/globals.css';
import './index.css';
const history = createHistory();
const history = createBrowserHistory();
const store = createAppStore(history);
render(