fix build
This commit is contained in:
@@ -6,7 +6,7 @@ import { cn } from "../lib/utils";
|
||||
|
||||
interface Props {
|
||||
children: string;
|
||||
lang: BundledLanguage;
|
||||
lang: BundledLanguage | "text";
|
||||
className?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user