export function cn()

in starting_point/frontend/lib/utils.ts [4:6]


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