OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
src
/
core
/
plugins
/
layout
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:11 AM
rwxr-xr-x
📄
actions.js
801 bytes
08/07/2024 04:34:08 AM
rw-r--r--
📄
index.js
371 bytes
08/07/2024 04:34:08 AM
rw-r--r--
📄
reducers.js
958 bytes
08/07/2024 04:34:08 AM
rw-r--r--
📄
selectors.js
636 bytes
08/07/2024 04:34:08 AM
rw-r--r--
📁
spec-extensions
-
08/07/2024 04:34:36 AM
rwxr-xr-x
Editing: index.js
Close
import reducers from "./reducers" import * as actions from "./actions" import * as selectors from "./selectors" import * as wrapSelectors from "./spec-extensions/wrap-selector" export default function() { return { statePlugins: { layout: { reducers, actions, selectors }, spec: { wrapSelectors } } } }