Add opening images in a modal window
This commit is contained in:
parent
f8f40f15da
commit
de50eff6ac
12 changed files with 146 additions and 8 deletions
|
@ -5,6 +5,7 @@ import compose from './compose';
|
|||
import follow from './follow';
|
||||
import notifications from './notifications';
|
||||
import { loadingBarReducer } from 'react-redux-loading-bar';
|
||||
import modal from './modal';
|
||||
|
||||
export default combineReducers({
|
||||
timelines,
|
||||
|
@ -13,4 +14,5 @@ export default combineReducers({
|
|||
follow,
|
||||
notifications,
|
||||
loadingBar: loadingBarReducer,
|
||||
modal,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue