refactor: store folder for redux

This commit is contained in:
2025-08-06 21:18:50 +04:00
parent 6549729fed
commit 6efb75ab30
15 changed files with 39 additions and 446 deletions

View File

@ -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;