mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-06-29 00:45:44 +08:00
Polish Redux Features
This commit is contained in:
parent
b8e1cb6b63
commit
837299bcc0
5 changed files with 54 additions and 11 deletions
|
@ -16,7 +16,7 @@ import {
|
|||
} from "@react-navigation/native";
|
||||
import { useDispatch } from "react-redux";
|
||||
import { SetUser } from "../../Features/Redux/Slices/LoggedInUserSlice/LoggedInUserSlice";
|
||||
import { SetLoggedIn } from "../../Features/Redux/Slices/LoginSlice/LoginSlice";
|
||||
import { SetLoggedIn } from "../../Features/Redux/Store/LoginSlice";
|
||||
import { UserInfo, UserLogin } from "../../Components/Api/Api";
|
||||
import { RootDrawerParamList } from "../../Interfaces/Interfaces";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue