warehouse api integration
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { all } from 'redux-saga/effects';
|
||||
import AuthSaga from './Auth';
|
||||
import WarehouseSaga from './Warehouse';
|
||||
|
||||
|
||||
export default function* rootSaga() {
|
||||
yield all([...AuthSaga]);
|
||||
yield all([...WarehouseSaga]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user