Create OAS3 plugin
This commit is contained in:
20
src/core/plugins/oas3/index.js
Normal file
20
src/core/plugins/oas3/index.js
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user