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,