fix build

This commit is contained in:
KM Koushik
2026-01-18 21:44:25 +11:00
parent d3b6ba7c0a
commit eed37d09c6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { cn } from "../lib/utils";
interface Props {
children: string;
lang: BundledLanguage;
lang: BundledLanguage | "text";
className?: string;
}