chore(build): refactor codebase for production
This commit is contained in:
@ -88,7 +88,7 @@ const EBRWCraftStructureLesson: React.FC<LessonProps> = ({ onFinish }) => {
|
||||
}: {
|
||||
index: number;
|
||||
title: string;
|
||||
icon: React.ElementType;
|
||||
icon: React.ComponentType<React.SVGProps<SVGSVGElement>>;
|
||||
}) => {
|
||||
const isActive = activeSection === index;
|
||||
const isPast = activeSection > index;
|
||||
|
||||
Reference in New Issue
Block a user