refactor: store folder for redux
This commit is contained in:
@ -9,9 +9,9 @@ import PhoneInput from "@/components/PhoneInput/PhoneInput";
|
||||
import {
|
||||
setLoginChallenge,
|
||||
setPhoneNumber,
|
||||
} from "@/lib/features/auth/authSlice";
|
||||
} from "@/lib/store/features/auth/authSlice";
|
||||
import { notifications } from "@/lib/notifications";
|
||||
import { useAppDispatch } from "@/lib/store";
|
||||
import { useAppDispatch } from "@/lib/store/store";
|
||||
|
||||
type LoginForm = {
|
||||
phoneNumber: string;
|
||||
|
||||
Reference in New Issue
Block a user