import { Switch as SwitchPrimitive } from '@base-ui/react/switch' import { cn } from '@/client/lib/cn' function Switch({ className, ...props }: SwitchPrimitive.Root.Props) { return ( ) } export { Switch }