refactor(actions): extract shared relay client for direct services

This commit is contained in:
2026-03-25 06:14:23 +00:00
parent 5e51c2eb97
commit 6fa7cf9375
12 changed files with 112 additions and 88 deletions
+1
View File
@@ -5,4 +5,5 @@ export * from "./core/token";
export * from "./core/headers";
export * from "./core/guards";
export * from "./clients";
export * from "./services";