feature/login-and-register-forms #2
@@ -1,4 +1,4 @@
|
||||
export * from "./login";
|
||||
export * from "./register";
|
||||
export * from "./logout";
|
||||
export * from "../../../../shared/api/calls/refresh";
|
||||
export * from "./mocks";
|
||||
|
||||
@@ -3,4 +3,7 @@ export * from "./types/service";
|
||||
export * from "./types/store";
|
||||
|
||||
// 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