This repository was archived by the owner on May 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6868 "babel-runtime" : " ^6.26.0" ,
6969 "core-js" : " ^2.5.1" ,
7070 "fastclick" : " ^1.0.6" ,
71- "history" : " ^4.6.1 " ,
71+ "history" : " ^4.7.2 " ,
7272 "http-proxy-middleware" : " ^0.17.4" ,
7373 "jroll" : " ^2.5.0" ,
7474 "preact" : " ^8.2.6" ,
Original file line number Diff line number Diff line change 11import React from 'react'
22import { connect } from 'react-redux'
33import { bindActionCreators } from 'redux'
4- import { Route , Router } from 'react-router-dom'
4+ import Router from 'react-router-dom/Router'
5+ import Route from 'react-router-dom/Route'
56import CSSTransitionGroup from 'react-transition-group/CSSTransitionGroup'
67import createHistory from 'history/createHashHistory'
78const history = createHistory ( )
Original file line number Diff line number Diff line change 22 * Created by yongyuehuang on 2016/12/15.
33 */
44import React from 'react'
5- import { Link } from 'react-router-dom'
5+ import Link from 'react-router-dom/Link '
66import PropTypes from 'prop-types'
77
88const BookList = ( props ) => {
Original file line number Diff line number Diff line change 22 * Created by Administrator on 2016/7/1.
33 */
44import React from 'react'
5- import { Link } from 'react-router-dom'
5+ import Link from 'react-router-dom/Link '
66import PropTypes from 'prop-types'
77
88const Header = ( props ) => {
Original file line number Diff line number Diff line change 33 */
44import React from 'react'
55import PropTypes from 'prop-types'
6- import { Link } from 'react-router-dom'
6+ import Link from 'react-router-dom/Link '
77
88const back = require ( './files/back_search.png' )
99const search = require ( './files/search_1.png' )
You can’t perform that action at this time.
0 commit comments