diff --git a/.astro/types.d.ts b/.astro/types.d.ts index f964fe0cf..03d7cc43f 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1 +1,2 @@ /// +/// \ No newline at end of file diff --git a/src/components/ContentGenerator/ContentGenerator.tsx b/src/components/ContentGenerator/ContentGenerator.tsx index 3bcaf4451..6c317ee36 100644 --- a/src/components/ContentGenerator/ContentGenerator.tsx +++ b/src/components/ContentGenerator/ContentGenerator.tsx @@ -19,6 +19,7 @@ import { type QuestionAnswerChatMessage, } from './QuestionAnswerChat'; import { useToast } from '../../hooks/use-toast'; +import { cn } from '../../lib/classname'; const allowedFormats = ['course', 'guide', 'roadmap'] as const; export type AllowedFormat = (typeof allowedFormats)[number]; @@ -159,7 +160,12 @@ export function ContentGenerator() {