mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-18 13:04:46 +08:00
opti: 改文件名
This commit is contained in:
parent
fe06942703
commit
1799c2ac58
@ -1,19 +0,0 @@
|
||||
import login from './reducer/Login/login.js'
|
||||
import group from './reducer/group/group.js'
|
||||
import project from './reducer/group/project.js'
|
||||
import Interface from './reducer/Interface/InterfaceReducer.js'
|
||||
import news from './reducer/news/news.js'
|
||||
import addInterface from './reducer/addInterface/addInterface.js'
|
||||
import user from './reducer/user/user.js'
|
||||
import menu from './reducer/menu/menu.js'
|
||||
|
||||
export default {
|
||||
group,
|
||||
login,
|
||||
Interface,
|
||||
user,
|
||||
project,
|
||||
news,
|
||||
addInterface,
|
||||
menu
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
import React, { Component } from 'react'
|
||||
|
||||
export {
|
||||
React,
|
||||
Component
|
||||
}
|
@ -5,7 +5,7 @@ import ReactDOM from 'react-dom'
|
||||
import App from './Application'
|
||||
import { createStore, combineReducers, applyMiddleware, compose } from 'redux'
|
||||
import { Provider } from 'react-redux'
|
||||
import ReduxContainer from './ReduxContainer.js'
|
||||
import ReduxContainer from './reducer'
|
||||
import { DevTools } from './containers';
|
||||
|
||||
const enhancer = compose(
|
||||
|
19
client/reducer/index.js
Normal file
19
client/reducer/index.js
Normal file
@ -0,0 +1,19 @@
|
||||
import login from './Login/login.js'
|
||||
import group from './group/group.js'
|
||||
import project from './group/project.js'
|
||||
import Interface from './Interface/InterfaceReducer.js'
|
||||
import news from './news/news.js'
|
||||
import addInterface from './addInterface/addInterface.js'
|
||||
import user from './user/user.js'
|
||||
import menu from './menu/menu.js'
|
||||
|
||||
export default {
|
||||
group,
|
||||
login,
|
||||
Interface,
|
||||
user,
|
||||
project,
|
||||
news,
|
||||
addInterface,
|
||||
menu
|
||||
}
|
Loading…
Reference in New Issue
Block a user