feat(auth): create selectors for authStore; cover them with tests

This commit is contained in:
Ilia Mashkov
2026-03-24 13:02:58 +03:00
parent b871bf27de
commit 8cea93220b
5 changed files with 52 additions and 0 deletions

View File

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