refactor: create separate shared store for auth token and refresh action

This commit is contained in:
Ilia Mashkov
2026-03-24 09:26:10 +03:00
parent fd5b50a6f2
commit 6a2a826a11
27 changed files with 221 additions and 173 deletions

View File

@@ -1,4 +1,4 @@
export * from "./login";
export * from "./register";
export * from "./logout";
export * from "./refresh";
export * from "../../../../shared/api/calls/refresh";