feat: add assistant ui chat component boundary

This commit is contained in:
lda
2026-07-10 06:21:11 +07:00 Verified
parent 9f8686a05e
commit 3e4c660ac1
10 changed files with 2949 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export const cn = (...inputs: ClassValue[]): string => twMerge(clsx(inputs));