import cn from "classnames"; import { T } from "src/locale"; interface Props { enabled: boolean; } export function StatusFormatter({ enabled }: Props) { return ( ); }