YOUSEF2434's picture
Upload 96 files
a566fb0 verified
raw
history blame contribute delete
199 Bytes
import { clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs) {
return twMerge(clsx(inputs))
}
export const isIframe = window.self !== window.top;