D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
grafana
/
public
/
app
/
core
/
reducers
/
Filename :
index.ts
back
Copy
import { appNotificationsReducer as appNotifications } from './appNotification'; import { navTreeReducer as navBarTree } from './navBarTree'; import { navIndexReducer as navIndex } from './navModel'; export default { navBarTree, navIndex, appNotifications, };