diff --git a/apps/web/src/pages/contacts/[id].tsx b/apps/web/src/pages/contacts/[id].tsx index 09c6a23..d8a5254 100644 --- a/apps/web/src/pages/contacts/[id].tsx +++ b/apps/web/src/pages/contacts/[id].tsx @@ -12,6 +12,7 @@ import { import type {Contact} from '@plunk/db'; import {DashboardLayout} from '../../components/DashboardLayout'; import {KeyValueEditor} from '../../components/KeyValueEditor'; +import {ActivityFeed} from '../../components/ActivityFeed'; import {network} from '../../lib/network'; import {ArrowLeft, Calendar, Copy, Database, ExternalLink, Mail, Save, Settings, Trash2} from 'lucide-react'; import Link from 'next/link'; @@ -218,6 +219,17 @@ export default function ContactDetailPage() { + + {/* Activity Feed */} + + + Activity Feed + Recent activity for this contact + + + + + {/* Metadata Sidebar */}