Remove duplicate communityService import

cgen-d41acb404a01464a8caff7b0968b55ef
This commit is contained in:
Builder.io 2025-10-18 04:44:14 +00:00
parent f057a7f296
commit 082e7ebb94

View file

@ -3,7 +3,6 @@ import Layout from "@/components/Layout";
import LoadingScreen from "@/components/LoadingScreen";
import PostComposer from "@/components/social/PostComposer";
import { FeedItemCard } from "@/components/social/FeedItemCard";
import { communityService } from "@/lib/supabase-service";
import { ensureDemoSeed, getDemoPosts } from "@/lib/demo-feed";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";