'use client' import { ViewTracker } from './ViewTracker' // ViewTracker component - only handles view tracking export function TopicViewTracker({ topicSlug, isDraft }: { topicSlug: string; isDraft: boolean }) { return }