feat: Initial setup of theme.
This commit is contained in:
6
src/sagas/index.js
Normal file
6
src/sagas/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { all } from 'redux-saga/effects';
|
||||
import AuthSaga from './Auth';
|
||||
|
||||
export default function* rootSaga() {
|
||||
yield all([...AuthSaga]);
|
||||
}
|
||||
Reference in New Issue
Block a user