mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): exam environment download page (#57325)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
@@ -50,6 +50,11 @@ const generic = path.resolve(
|
||||
'../../src/templates/Challenges/generic/show.tsx'
|
||||
);
|
||||
|
||||
const examDownload = path.resolve(
|
||||
__dirname,
|
||||
'../../src/templates/Challenges/exam-download/show.tsx'
|
||||
);
|
||||
|
||||
const views = {
|
||||
backend,
|
||||
classic,
|
||||
@@ -60,7 +65,8 @@ const views = {
|
||||
exam,
|
||||
msTrophy,
|
||||
fillInTheBlank,
|
||||
generic
|
||||
generic,
|
||||
examDownload
|
||||
};
|
||||
|
||||
function getIsFirstStepInBlock(id, edges) {
|
||||
|
||||
Reference in New Issue
Block a user