feat: handling SSR and PG datas for admin space
This commit is contained in:
@@ -14,5 +14,8 @@ export { TeamsService } from "./teams-service";
|
||||
// Skills services (server-only)
|
||||
export { SkillsService } from "./skills-service";
|
||||
|
||||
// Admin services (server-only)
|
||||
export { AdminService } from "./admin-service";
|
||||
|
||||
// API client (can be used client-side)
|
||||
export { ApiClient, apiClient } from "./api-client";
|
||||
|
||||
Reference in New Issue
Block a user