Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
import {combineReducers} from "redux";
|
||||
import currentUser from "./currentUser";
|
||||
import notifications from "./notifications";
|
||||
|
||||
|
||||
export default combineReducers({ currentUser, notifications })
|
||||
Reference in New Issue
Block a user