"use client" import * as React from "react" import { cn } from "@/lib/utils" const Switch = React.forwardRef< HTMLInputElement, React.InputHTMLAttributes >(({ className, ...props }, ref) => ( )) Switch.displayName = "Switch" export { Switch }