'use client' import { ARCH_SERVICES, LAYERS, type ArchService } from '../architecture-data' export default function DetailPanel({ service, onClose, }: { service: ArchService onClose: () => void }) { const layer = LAYERS[service.layer] return (
{service.description}
{service.descriptionLong}
{/* Tech + Port + Container */}{service.port}
{service.container}
{table}
{rag}
{ep}