mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 08:27:49 +01:00
login form
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { combineReducers } from "redux";
|
||||
import { auth } from "~redux/auth/reducer";
|
||||
import { auth, IAuthState } from "~redux/auth/reducer";
|
||||
|
||||
export interface IAppState {
|
||||
auth: IAuthState;
|
||||
}
|
||||
|
||||
export const rootReducer = combineReducers({ auth });
|
||||
|
||||
Reference in New Issue
Block a user