Feat(Curriculum): Implement Chapter Based Layout to A1 Spanish (#62190)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Nielda Karla
2025-09-15 16:39:48 -03:00
committed by GitHub
parent 954117ce5e
commit 75e825d5fa
24 changed files with 608 additions and 39 deletions
+2 -1
View File
@@ -343,7 +343,8 @@ Object.freeze(notAuditedSuperBlocks);
export const chapterBasedSuperBlocks = [
SuperBlocks.FullStackDeveloper,
SuperBlocks.FullStackOpen
SuperBlocks.FullStackOpen,
SuperBlocks.A1Spanish
];
Object.freeze(chapterBasedSuperBlocks);