import { FriendProfile } from "@/components/friend-profile" export default async function FriendProfilePage({ params }: { params: Promise<{ id: string }> }) { const { id } = await params return }