Create OAS3 plugin

This commit is contained in:
Kyle Shockey
2017-05-17 15:51:01 -07:00
parent e74989f22e
commit 3881a82fc7
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
// import reducers from "./reducers"
// import * as actions from "./actions"
import * as selectors from "./selectors"
// import * as wrapActions from "./wrap-actions"
export default function(system) {
return {
components: {
},
statePlugins: {
spec: {
// wrapActions,
// reducers,
// actions,
selectors
}
}
}
}