import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
npx shadcn@latest add @glass-ui/switchimport { Switch } from "@/components/switch"<Switch />