1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Upgrade various packages

This commit is contained in:
Mark McDowall
2019-07-16 19:30:19 -07:00
parent 161e1820a8
commit 1945b53e43
3 changed files with 36 additions and 44 deletions
+2 -2
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(