Skip to content

Commit

Permalink
fix: upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Sep 28, 2024
1 parent 4bef7e4 commit eae934a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"

export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}

0 comments on commit eae934a

Please sign in to comment.