🎉 Initial Commit

This commit is contained in:
Indrajith K L
2019-12-11 18:54:05 +05:30
parent 53e5edb3d9
commit 8988233da8
22 changed files with 14007 additions and 71 deletions

View File

@@ -0,0 +1,7 @@
import { all } from "redux-saga/effects";
export default function* rootMiddleware() {
yield all([
//...LoginSaga,
]);
}