mafzaal's picture
Enhance Dockerfile and frontend structure for RAG application
102c540
raw
history blame contribute delete
138 Bytes
import { clsx } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs) {
return twMerge(clsx(inputs));
}