'use client' import type { MiddlewareStats } from '../types' import { getMiddlewareDescription, getEventTypeColor } from './helpers' interface StatsTabProps { stats: MiddlewareStats[] } export function StatsTab({ stats }: StatsTabProps) { return (