mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
13 lines
227 B
JavaScript
13 lines
227 B
JavaScript
|
|
|
|
import { combineReducers } from 'redux'
|
|
|
|
import bgpAttributesModalReducer
|
|
from 'components/routeservers/routes/bgp-attributes-modal-reducer'
|
|
|
|
export default combineReducers({
|
|
bgpAttributes: bgpAttributesModalReducer
|
|
});
|
|
|
|
|