chore: add export/input shortcuts

This commit is contained in:
Ilia Mashkov
2026-03-17 10:02:25 +03:00
parent 9302013632
commit 701dc981d2
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export * from "./config";
export * from "./calls";

View File

@@ -1,2 +1,6 @@
// Types
export * from "./types/service"; export * from "./types/service";
export * from "./types/store"; export * from "./types/store";
// Stores
export * from "./stores/authStore/authStore";