chore: export modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export * from "./login";
|
export * from "./login";
|
||||||
export * from "./register";
|
export * from "./register";
|
||||||
export * from "./logout";
|
export * from "./logout";
|
||||||
export * from "../../../../shared/api/calls/refresh";
|
export * from "./mocks";
|
||||||
|
|||||||
@@ -3,4 +3,7 @@ export * from "./types/service";
|
|||||||
export * from "./types/store";
|
export * from "./types/store";
|
||||||
|
|
||||||
// Stores
|
// Stores
|
||||||
export * from "./stores/authStore/authStore";
|
export * from "./stores";
|
||||||
|
|
||||||
|
// Selectors
|
||||||
|
export * from "./selectors";
|
||||||
|
|||||||
1
src/features/auth/model/stores/index.ts
Normal file
1
src/features/auth/model/stores/index.ts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export { useAuthStore } from "./authStore/authStore";
|
||||||
Reference in New Issue
Block a user