"use client" export default function SeverityIndicator() { return (
Low Medium High
) }