Remove duplicate communityService import
cgen-d41acb404a01464a8caff7b0968b55ef
This commit is contained in:
parent
f057a7f296
commit
082e7ebb94
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue