import clsx from "clsx"; type StatusIndicatorProps = { status: string }; const StatusIndicator = ({ status }: StatusIndicatorProps) => { return ; }; export default StatusIndicator;