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

Commit 1e65526

Browse files
committed
app.js路径修改
1 parent 8563181 commit 1e65526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import asyncComponent from './AsyncComponent'
1717
import Home from 'containers/Home/Home'
1818
import ReactChildrenMap from 'utils/ReactChildrenMap'
1919
const Search = asyncComponent(() => import(/* webpackChunkName: "search" */ "./containers/Search/Search"))
20-
const BookList = asyncComponent(() => import(/* webpackChunkName: "bookList" */ "./containers/BookList/BookListContainer"))
20+
const BookList = asyncComponent(() => import(/* webpackChunkName: "bookList" */ "./containers/BookList/BookList"))
2121

2222
@connect (
2323
state => {return {...state.global}},

0 commit comments

Comments
 (0)