import { cva, type VariantProps } from 'class-variance-authority' import { Slot } from 'radix-ui' import * as React from 'react' import { cn } from '../lib/utils' /* * Button — copied verbatim from apps/desktop/src/components/ui/button.tsx. * * We import the desktop's local shadcn-style Button rather than * @nous-research/ui's