Components now import cn from cn package
Every shadcn component now imports cn directly from the new cn package instead of @/lib/utils, replacing the old twMerge(clsx()) helper with a smaller, faster drop-in replacement. npx shadcn init installs cn and generates a one-line lib/utils.ts, while the utils registry item still re-exports cn for backward compatibility.










