Duplicated from Seth0330/AIEXTRACT1
93f9aee
1
2
3
4
export function cn(...classes) { return classes.filter(Boolean).join(" "); }