feat(auth): add selectStatusIsLoading selector to get information whether auth store status equals "loading"

This commit is contained in:
Ilia Mashkov
2026-03-24 19:57:27 +03:00
parent e4630a7fcb
commit c006a94c4d
3 changed files with 23 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
export * from "./selectFormValid/selectFormValid";
export * from "./selectAuthData/selectAuthData";
export * from "./selectStatusIsLoading/selectStatusIsLoading";