1002884655 hace 3 años
padre
commit
b13790f428
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/index/index.jsx

+ 1
- 0
src/pages/index/index.jsx Ver fichero

@@ -10,6 +10,7 @@ import ColumnTitle from './components/ColumnTitle/index'
10 10
 import ProjectListItem from '../../components/ProjectListItem/index'
11 11
 import { ScrollView } from '@tarojs/components'
12 12
 import Taro from '@tarojs/taro'
13
+import { connect } from '@tarojs/redux'
13 14
 
14 15
 export default withLayout((props) => {
15 16