"use client"; import { Root, Thumb } from "@radix-ui/react-switch"; import type { ComponentProps } from "react"; import { cn } from "../../lib/utils"; export const Switch = ({ className, ...props }: ComponentProps) => ( );