Fix lib/utils issue (#2151)

This commit is contained in:
Saket Aryan
2025-01-15 23:19:38 +05:30
committed by GitHub
parent 205a03a5f2
commit ee2b5adfc0
13 changed files with 21 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import * as React from "react"
import { cn } from "@/lib/utils"
import { cn } from "@/libs/utils"
export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {}