From 4655837aa71100350885c6a83d454e22de67cdb2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 03:20:44 +0000 Subject: [PATCH] Dashboard: add collab/social imports cgen-5f5cd6615a58483dbdae93596e07a2b1 --- client/pages/Dashboard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index b1c0c2a3..aa959e56 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -10,6 +10,8 @@ import { aethexAchievementService, } from "@/lib/aethex-database-adapter"; import { communityService } from "@/lib/supabase-service"; +import { aethexCollabService } from "@/lib/aethex-collab-service"; +import { aethexSocialService } from "@/lib/aethex-social-service"; import PostComposer from "@/components/social/PostComposer"; import OAuthConnections, { ProviderDescriptor,