{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "utils",
  "dependencies": ["clsx", "tailwind-merge"],
  "files": [
    {
      "path": "registry/default/lib/utils.ts",
      "content": "import { clsx, type ClassValue } from \"clsx\";\nimport { twMerge } from \"tailwind-merge\";\n\nexport function cn(...inputs: ClassValue[]) {\n  return twMerge(clsx(inputs));\n}\n",
      "type": "registry:lib"
    }
  ],
  "type": "registry:lib"
}
