Skip to content

Commit

Permalink
Merge pull request mirrorjs#106 from kvkens/master
Browse files Browse the repository at this point in the history
Fix history import warning
  • Loading branch information
llh911001 authored Mar 21, 2019
2 parents 6cb447d + 820d97a commit 41a298d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/router.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react'
import PropTypes from 'prop-types'
import createBrowserHistory from 'history/createBrowserHistory'
import createHashHistory from 'history/createHashHistory'
import createMemoryHistory from 'history/createMemoryHistory'
import { createBrowserHistory, createHashHistory, createMemoryHistory } from 'history'
import { ConnectedRouter, routerActions } from 'react-router-redux'

import { options } from './defaults'
Expand Down

0 comments on commit 41a298d

Please sign in to comment.