feature/state-and-data-fetching #1
2
src/features/auth/api/index.ts
Normal file
2
src/features/auth/api/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./config";
|
||||
export * from "./calls";
|
||||
@@ -1,2 +1,6 @@
|
||||
// Types
|
||||
export * from "./types/service";
|
||||
export * from "./types/store";
|
||||
|
||||
// Stores
|
||||
export * from "./stores/authStore/authStore";
|
||||
|
||||
Reference in New Issue
Block a user