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