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

Commit 51bf34d

Browse files
committed
公共组件模块优化
1 parent 1e65526 commit 51bf34d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as global from 'actions/global'
1515
import asyncComponent from './AsyncComponent'
1616

1717
import Home from 'containers/Home/Home'
18-
import ReactChildrenMap from 'utils/ReactChildrenMap'
18+
import ReactChildrenMap from './containers/Commons/ReactChildrenMap'
1919
const Search = asyncComponent(() => import(/* webpackChunkName: "search" */ "./containers/Search/Search"))
2020
const BookList = asyncComponent(() => import(/* webpackChunkName: "bookList" */ "./containers/BookList/BookList"))
2121

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)