Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

Commit 8563181

Browse files
committed
BookList结构优化
1 parent bfdc453 commit 8563181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/BookList/BookListContainer.js renamed to src/containers/BookList/BookList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { bindActionCreators } from 'redux'
66
import { connect } from 'react-redux'
77
import PropTypes from 'prop-types'
88

9-
export default class BookListContainer extends React.Component {
9+
export default class BookList extends React.Component {
1010

1111
constructor(props) {
1212
super(props);
@@ -22,6 +22,6 @@ export default class BookListContainer extends React.Component {
2222
}
2323
}
2424

25-
BookListContainer.propTypes = {
25+
BookList.propTypes = {
2626
match: PropTypes.object
2727
}

0 commit comments

Comments
 (0)