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