Add base wrapSelectors for OAS3; implement definitions selector for OAS3
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// import reducers from "./reducers"
|
||||
// import * as actions from "./actions"
|
||||
import * as selectors from "./selectors"
|
||||
import * as wrapSelectors from "./wrap-selectors"
|
||||
// import * as wrapActions from "./wrap-actions"
|
||||
|
||||
export default function(system) {
|
||||
export default function() {
|
||||
return {
|
||||
components: {
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function(system) {
|
||||
// wrapActions,
|
||||
// reducers,
|
||||
// actions,
|
||||
selectors
|
||||
wrapSelectors
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user