Add base wrapSelectors for OAS3; implement definitions selector for OAS3

This commit is contained in:
Kyle Shockey
2017-05-17 18:42:34 -07:00
parent 1f314ddca2
commit 60934107d3
3 changed files with 47 additions and 46 deletions

View File

@@ -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
}
}
}