mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -343,7 +343,8 @@ Object.freeze(notAuditedSuperBlocks);
|
||||
|
||||
export const chapterBasedSuperBlocks = [
|
||||
SuperBlocks.FullStackDeveloper,
|
||||
SuperBlocks.FullStackOpen
|
||||
SuperBlocks.FullStackOpen,
|
||||
SuperBlocks.A1Spanish
|
||||
];
|
||||
Object.freeze(chapterBasedSuperBlocks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user