'use client' import type { Topic } from './types' import { formatTimeAgo } from './useAlertsData' interface TopicsTabProps { topics: Topic[] } export default function TopicsTab({ topics }: TopicsTabProps) { return (
{topic.feed_url}