diff --git a/app/(main)/post/[id]/page.tsx b/app/(main)/post/[id]/page.tsx index 2fd3f67..cdf64c1 100644 --- a/app/(main)/post/[id]/page.tsx +++ b/app/(main)/post/[id]/page.tsx @@ -1,4 +1,5 @@ import { ArrowLeft, Heart, MessageCircle, Pin, Star } from "lucide-react" +import Image from "next/image" import Link from "next/link" import { notFound } from "next/navigation" import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar" @@ -63,11 +64,8 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id: {post.images.length > 0 && (