in with the new
This commit is contained in:
15
src/core/plugins/layout/index.js
Normal file
15
src/core/plugins/layout/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import reducers from "./reducers"
|
||||
import * as actions from "./actions"
|
||||
import * as selectors from "./selectors"
|
||||
|
||||
export default function() {
|
||||
return {
|
||||
statePlugins: {
|
||||
layout: {
|
||||
reducers,
|
||||
actions,
|
||||
selectors
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user