mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client/curriculum): add upcoming english superblock and challenge types (#52201)
This commit is contained in:
@@ -49,6 +49,16 @@ const msTrophy = path.resolve(
|
||||
'../../src/templates/Challenges/ms-trophy/show.tsx'
|
||||
);
|
||||
|
||||
const dialogue = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/dialogue/show.tsx'
|
||||
);
|
||||
|
||||
const fillInTheBlank = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/fill-in-the-blank/show.tsx'
|
||||
);
|
||||
|
||||
const views = {
|
||||
backend,
|
||||
classic,
|
||||
@@ -58,7 +68,9 @@ const views = {
|
||||
codeAlly,
|
||||
odin,
|
||||
exam,
|
||||
msTrophy
|
||||
msTrophy,
|
||||
dialogue,
|
||||
fillInTheBlank
|
||||
// quiz: Quiz
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user