import { Toggle } from "@/styles/radix-nova/ui/toggle" export function ToggleDisabled() { return (
Disabled Disabled
) }